Skip to main content

overflow_stats

Function overflow_stats 

Source
pub fn overflow_stats() -> (usize, usize)
Expand description

Returns (overflow_count, overflow_bytes) — allocations that fell through to System because they exceeded the slab or arrived after all slabs were claimed.