Expand description
Centralized Memory Buffer Management for Large Quantum Circuits
This module provides optimized memory management to prevent fragmentation in large quantum circuit processing by centralizing buffer pools and implementing intelligent allocation strategies.
Structsยง
- Buffer
Manager - Public interface for accessing the global buffer manager
- Global
Buffer Manager - Centralized buffer pool manager for preventing memory fragmentation
- Managed
Complex Buffer - RAII wrapper for complex buffers
- Managed
F64Buffer - RAII wrapper for automatic buffer return
- Memory
Stats - Memory usage statistics for monitoring