Enum python_packaging::interpreter::MemoryAllocatorBackend [−][src]
pub enum MemoryAllocatorBackend { Default, Jemalloc, Mimalloc, Snmalloc, Rust, }
Expand description
Defines a backend for a memory allocator.
Variants
The default allocator as configured by Python.
Use jemalloc.
Use Mimalloc.
Use Snmalloc.
Use Rust’s global allocator.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemoryAllocatorBackend
impl Send for MemoryAllocatorBackend
impl Sync for MemoryAllocatorBackend
impl Unpin for MemoryAllocatorBackend
impl UnwindSafe for MemoryAllocatorBackend
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self