macro_rules! track_growth {
($name:expr) => { ... };
}Expand description
Track a collection growth (reallocation) event.
No-op when growth-debug feature is disabled.
macro_rules! track_growth {
($name:expr) => { ... };
}Track a collection growth (reallocation) event.
No-op when growth-debug feature is disabled.