pub type SlabAllocUsize<T> = SlabAlloc<T, usize, usize>;
Expand description

Slab allocator with n-bit indices. Can hold at most 2^n elements. Where n is the machine word size.