pub type SlabAlloc8<T> = SlabAlloc<T, u8, u8>;
Expand description

Slab allocator with 8-bit indices. Can hold at most 2^8 elements.