Skip to content

The Best and Highest-Leveled and Newest bingding for MiMalloc Ever Existed in Rust

License

Notifications You must be signed in to change notification settings

jialunzhang-psu/mimalloc-rust

 
 

Repository files navigation

The Best and Highest-Leveled and Newest binding for MiMalloc Ever Existed in Rust

mimalloc 1.7.9 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;

About

The Best and Highest-Leveled and Newest bingding for MiMalloc Ever Existed in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.1%
  • C++ 9.0%
  • Rust 6.9%