Expand description
Custom allocator implementation.
We provide support for jemalloc and snmalloc on unix systems, and prefer jemalloc if both are enabled.
Re-exports§
pub use tikv_jemalloc_sys;jemallocand Unix
Functions§
- new_
allocator - Creates a new custom allocator.
Type Aliases§
- Allocator
- Custom allocator.