A safe wrapper over jemalloc's control and introspection APIs for runtime memory management.
# Cargo.toml
[dependencies]
jemalloc-ctl = "0.5.4"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Reads the total allocated memory from jemalloc.
Set jemalloc as global allocator with `#[global_allocator] static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc;`
No dependency data recorded yet.