Overview of the jemalloc support ecosystem
masterThe jemalloc ecosystem in this repository consists of three main crates:
tikv-jemalloc-sys: Builds and links againstjemalloc, exposing raw C bindings.tikv-jemallocator: Provides theJemalloctype which implements theGlobalAllocandAlloctraits for use as a global allocator.tikv-jemalloc-ctl: A high-level wrapper overjemalloc's control and introspection APIs (themallctl*()family of functions and the_MALLCTL NAMESPACE).