Crate slabmalloc [] [src]

A slab allocator implementation for small objects (< architecture page size).

The organization is as follows (top-down):

Structs

SlabAllocator

A slab allocator allocates elements of a fixed size.

SlabPage

Holds allocated data.

ZoneAllocator

A zone allocator.

Traits

SlabPageProvider

The memory backing as used by the SlabAllocator.