The Best and Highest-Leveled and Newest bingding for MiMalloc Ever Existed in Rust
Last updated Aug 18, 2025
65
Stars
15
Forks
1
Issues
0
Stars/day
Attention Score
10
Topics
Language breakdown
C 79.8%
C++ 13.6%
Rust 6.1%
Roff 0.6%
โธ Files
click to expand
README
The Best and Highest-Leveled and Newest binding for MiMalloc Ever Existed in Rust
mimalloc 2.1.2 stable
Why create this
in repo https://github.com/purpleprotocol/mimalloc_rust i didn't see any data types and it neither has all the functionalities which mimalloc has provided, in other words it's garbage.
Usage
first add to dependencies
[dependencies] mimalloc-rust = "0.2.1" then set the global allocator use mimalloc_rust::*;
#[global_allocator] static GLOBAL_MIMALLOC: GlobalMiMalloc = GlobalMiMalloc;
๐ More in this category