Available on crate feature
cli only.Expand description
Custom allocator implementation.
We provide support for jemalloc and snmalloc on unix systems, and prefer jemalloc if both are enabled.
Modules§
- tikv_
jemalloc_ sys - Rust bindings to the
jemallocC library.
Functions§
- new_
allocator - Creates a new custom allocator.
Type Aliases§
- Allocator
- Custom allocator.