$ tikv-jemallocator

v0.7.0MAJOR UPDATE

A Rust allocator backed by jemalloc

Downloads: 71.3M
Recent: 14.8M
Versions: 8
Updated: May 25, 2026

Latest Update Summary

Crate

Name: tikv-jemallocator New version: 0.6.1 Release date: 2023-07-27T16:23:15Z

Crate readme

Short description

Long description

Features

Code Examples

Links

https://docs.rs/jemallocator https://api.github.com/repos/tikv/jemallocator/releases/113859881

Release info

Release version: 0.6.1

Release description This version includes several key updates. Notably, a new feature called disable_initial_exec_tls has been added for the jemalloc-ctl, which allows users more control over thread-local storage behavior (#59). Additionally, the definition of c_bool has been corrected for non-MSVC targets, addressing an issue that could lead to inconsistency in compatibility (#54). The disable_cache_oblivious feature has also been introduced, providing alternatives for memory allocation strategies (#51). Lastly, support for the loongarch64 architecture has been added, expanding the range of systems that can utilize this library effectively (#42). These changes enhance the library's compatibility and performance across various environments.

Code Examples

Minor update: 0.6.1 → 0.7.0

$ DOWNLOADS TREND

41.0M71.3M

$ VERSION HISTORY

v0.7.0May 25, 2026
v0.6.1October 16, 2025
v0.6.0July 14, 2024

$ LINKS

$ INSTALL

cargo add tikv-jemallocator

Or add to Cargo.toml: tikv-jemallocator = "0.7.0"