Trait libnuma::memories::AllocatableMemory [] [src]

pub trait AllocatableMemory: Memory + Drop {
    fn allocate(size: size_t) -> Self;
}

Required Methods

Implementors