LemonHX
mimalloc-rust
C

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
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

ci doc.rs crates.io

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

ยฉ 2026 GitRepoTrend ยท LemonHX/mimalloc-rust ยท Updated daily from GitHub