High-performance mimalloc V3 global allocator.
use rustfs_mimalloc::MiMalloc; #[global_allocator] static GLOBAL: MiMalloc = MiMalloc;