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.
pub fn global_allocs() -> Option<CountAndSize>
Total number of live allocations,
and the number of live bytes allocated as tracked by AccountingAllocator
.
Returns None
if AccountingAllocator
is not used.