pub struct HeapStats { /* private fields */ }
Expand description
Stats for a heap allocator
Enable the “internal-heap-stats” feature if you want collect additional heap informations at the cost of extra cpu time during every alloc/dealloc.
pub struct HeapStats { /* private fields */ }
Stats for a heap allocator
Enable the “internal-heap-stats” feature if you want collect additional heap informations at the cost of extra cpu time during every alloc/dealloc.