Module allocation

Module allocation 

Source
Expand description

Allocation tracking and statistics.

Provides fine-grained tracking of memory allocations for leak detection and performance analysis.

Structs§

AllocationRecord
Record of a single allocation.
AllocationStats
Summary statistics for allocations.
AllocationTracker
Tracks memory allocations and deallocations.
SizeHistogram
Histogram of allocation sizes.
TrackedAllocator
A wrapper allocator that tracks allocations.

Statics§

GLOBAL_TRACKER
Global allocation tracker instance.