Module memory

Module memory 

Source
Expand description

Memory optimization utilities

Provides object pooling, memory-mapped file loading, and zero-copy operations.

Structsยง

Arena
Arena allocator for temporary allocations
BufferPool
Object pool for reusable buffers
GlobalPools
Global buffer pools for common sizes
ImageView
Zero-copy image view
MmapModel
Memory-mapped model file
PooledBuffer
RAII guard for pooled buffers