Skip to main content

Module memory

Module memory 

Source
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§

MemoryBlock
Memory block structure
MemoryHandle
Handle for allocated memory
MemoryPool
Memory pool for efficient allocation and deallocation
MemoryPoolStats
Memory pool statistics

Enums§

AllocationStrategy
Memory allocation strategy