baby_mimalloc

Type Alias MimallocMmapMutex

Source
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ยง

struct MimallocMmapMutex(/* private fields */);