[][src]Trait slabify::ArenaAllocator

pub trait ArenaAllocator {
    fn allocate() -> ArenaValueWrapper<Self>
    where
        Self: Sized
;
fn deallocate(index: Index);
fn load(index: Index) -> Arc<Mutex<Self>>; }

Required methods

fn allocate() -> ArenaValueWrapper<Self> where
    Self: Sized

fn deallocate(index: Index)

fn load(index: Index) -> Arc<Mutex<Self>>

Loading content...

Implementors

Loading content...