pub type SlabAlloc64<T> = SlabAlloc<T, u64, u64>;
Expand description

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