mimalloc3-rs 0.0.3

mimalloc is a compact general purpose allocator with excellent performance.
Documentation

Usage

use mimalloc3_rs::MiMalloc;

#[global_allocator]
static GLOBAL: MiMalloc = MiMalloc;

Requirements

C/C++ compiler and CMake is required for building mimalloc with cargo.