Skip to main content

track_growth

Macro track_growth 

Source
macro_rules! track_growth {
    ($name:expr) => { ... };
}
Expand description

Track a collection growth (reallocation) event.

No-op when growth-debug feature is disabled.