Struct slab_alloc::UntypedSlabAlloc [] [src]

pub struct UntypedSlabAlloc<I: InitSystem, B: BackingAlloc> { /* fields omitted */ }

An untyped slab allocator.

Trait Implementations

impl<I: InitSystem, B: BackingAlloc> UntypedObjectAlloc for UntypedSlabAlloc<I, B>
[src]

[src]

Obtains the Layout of allocated objects. Read more

[src]

Allocates an object of type T. Read more

[src]

Deallocates an object previously returned by alloc. Read more

[src]

Allocator-specific method for signalling an out-of-memory condition. Read more