1 2 3 4 5 6 7 8
#![allow(missing_docs)] #[cfg(feature = "allocation-tracing")] pub mod allocations; pub const fn is_allocation_tracking_enabled() -> bool { cfg!(feature = "allocation-tracing") }