An allocator wrapper that allows for instrumenting global allocators
# Cargo.toml
[dependencies]
stats_alloc = "0.1.10"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Wraps the global allocator to collect allocation statistics
Place #[global_allocator] static at the top of main.rs or lib.rs
No dependency data recorded yet.