Statics§
- ALLOC_
BYTES - ALLOC_
COUNT - Counters for the optional allocation tracker. Only active when the
count_allocfeature is enabled. The global allocator below bumps these on every heap allocation, so a hot-path iteration that stays at zero proves the zero-allocation guarantee.
Functions§
- counters
- Read the current counters.
- reset_
counters - Reset the counters to zero. Call before a measurement window.