Expand description
High-performance mimalloc V3 global allocator.
use rustfs_mimalloc::MiMalloc;
#[global_allocator]
static GLOBAL: MiMalloc = MiMalloc;Modules§
- heap
- Heap and arena operations for advanced memory management.
Structs§
- MiMalloc
- The mimalloc global allocator.
- Process
Info - Process memory information returned by
MiMalloc::process_info.
Functions§
- set_
current_ thread_ in_ threadpool - Mark the current thread as part of a thread pool for mimalloc.