pub fn global_allocs() -> Option<CountAndSize>
Expand description

Total number of live allocations, and the number of live bytes allocated as tracked by AccountingAllocator.

Returns None if AccountingAllocator is not used.