A Rust allocator backed by jemalloc, providing a drop-in replacement for the system allocator.
# Cargo.toml
[dependencies]
tikv-jemallocator = "0.7.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sets jemalloc as the global allocator for the program.
Test thoroughly in your target environment; consider using `#[global_allocator]` only in the main binary, not in libraries.
No dependency data recorded yet.