Expand description
Memory management and pooling for performance optimization
This module provides memory pooling capabilities to reduce allocation overhead and improve performance for high-throughput streaming operations.
Structs§
- Memory
Block - Memory block structure
- Memory
Handle - Handle for allocated memory
- Memory
Pool - Memory pool for efficient allocation and deallocation
- Memory
Pool Stats - Memory pool statistics
Enums§
- Allocation
Strategy - Memory allocation strategy