Crate mimalloc_redirect

Source
Expand description

§mimalloc-redirect

Provides application-wide redirection to MiMalloc, and a dedicated #[global-allocator] provider that acts as both force-linkage to the native libraries and as Rust global allocator.

Structs§

MiMalloc
Redirection to MiMalloc, usable with #[global_allocator] like so:
Version
Version struct returned by MiMalloc::get_version.