Usage
use MiMalloc;
static GLOBAL: MiMalloc = MiMalloc;
Requirements
C/C++ compiler and CMake is required for building mimalloc with cargo.
use mimalloc3_rs::MiMalloc;
#[global_allocator]
static GLOBAL: MiMalloc = MiMalloc;
C/C++ compiler and CMake is required for building mimalloc with cargo.