pub type MimallocMmapMutex = MimallocMutexWrapper<MmapAlloc>;Available on crate feature
mmap and (crate features std_mutex or spin_mutex) only.Expand description
Wrapper around Mimalloc with mmap allocator and mutex.
Aliased Typeยง
pub struct MimallocMmapMutex(/* private fields */);