Enum python_packaging::interpreter::MemoryAllocatorBackend [−][src]
pub enum MemoryAllocatorBackend {
Default,
Jemalloc,
Mimalloc,
Snmalloc,
Rust,
}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
impl Clone for MemoryAllocatorBackend[src]
impl Clone for MemoryAllocatorBackend[src]fn clone(&self) -> MemoryAllocatorBackend[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for MemoryAllocatorBackend[src]
impl Copy for MemoryAllocatorBackend[src]impl Default for MemoryAllocatorBackend[src]
impl Default for MemoryAllocatorBackend[src]Auto Trait Implementations
impl RefUnwindSafe for MemoryAllocatorBackend
impl RefUnwindSafe for MemoryAllocatorBackendimpl Send for MemoryAllocatorBackend
impl Send for MemoryAllocatorBackendimpl Sync for MemoryAllocatorBackend
impl Sync for MemoryAllocatorBackendimpl Unpin for MemoryAllocatorBackend
impl Unpin for MemoryAllocatorBackendimpl UnwindSafe for MemoryAllocatorBackend
impl UnwindSafe for MemoryAllocatorBackend