Expand description
Global allocator implementation that allows tracking allocations on a per-group basis.
Structs§
- Allocation
Group Registry - A registry of allocation groups and the statistics for each of them.
- Allocation
Group Token - A token associated with a specific allocation group.
- Allocation
Stats - Statistics for an allocation group.
- Allocation
Stats Snapshot - Snapshot of allocation statistics for a group.
- Tracked
- An object wrapper that tracks allocations and attributes them to a specific group.
- Tracking
Allocator - A global allocator that tracks allocations on a per-group basis.
- Tracking
Guard - A guard representing an allocation group which has been entered.