Expand description
Enhanced memory pool statistics and allocation tracking.
This module provides general-purpose memory allocation tracking utilities that are always available (not feature-gated). It includes:
AllocationHistogram— Tracks allocation size distribution in power-of-2 buckets.FragmentationMetrics— Measures memory fragmentation.PoolReport— Comprehensive memory pool status report.PoolStatsTracker— Thread-safe allocation tracking.
Structs§
- Allocation
Histogram - Tracks allocation size distribution in power-of-2 buckets.
- Fragmentation
Metrics - Measures memory fragmentation of free space.
- Pool
Report - A comprehensive memory pool status report.
- Pool
Stats Tracker - Thread-safe allocation tracking for memory pools.