Expand description
Per-CPU memory pools for optimized allocation performance.
Structs§
- Global
Memory Pool - Global memory pool for fallback allocation.
- Global
Pool Stats - Lock
Free Pool - Lock-free memory pool implementation using Michael & Scott algorithm.
- Memory
Pool Manager - System-wide memory pool manager.
- PerCpu
Memory Pool - Per-CPU memory pool for lock-free allocation.
- Pool
Config - Configuration for memory pools.
- Pool
Stats - Pool statistics.
- Pool
Utilization - Per-CPU pool utilization statistics.
- Sync
Object Slot - System
Memory Stats - System-wide memory pool statistics.
- Thread
Object Slot - Placeholder types for different object pools.
Functions§
- init_
per_ cpu_ pools - Initialize per-CPU memory pools.