pub type SlabAlloc16<T> = SlabAlloc<T, u16, u16>;
Expand description

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