static MEDIUM_ALLOCATION_TRACKER: Lazy<Mutex<AllocationTracker>>
Expand description
Statistics about some extant allocations larger than SMALL_SIZE
but smaller than MEDIUM_SIZE
.
static MEDIUM_ALLOCATION_TRACKER: Lazy<Mutex<AllocationTracker>>
Statistics about some extant allocations larger than SMALL_SIZE
but smaller than MEDIUM_SIZE
.