You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: gate get_alloc_size call behind AMO feature flag
When AMO is disabled, the get_alloc_size call at the end of dealloc
is dead code. Gating it behind #[cfg(feature = "amo")] eliminates
unnecessary pointer reads on the dealloc hot path.
0 commit comments