pub type SlabAlloc16<T> = SlabAlloc<T, u16, u16>;
Slab allocator with 16-bit indices. Can hold at most 2^16 elements.