Type Alias bitmap_allocator::BitAlloc64K

source ·
pub type BitAlloc64K = BitAllocCascade16<BitAlloc4K>;
Expand description

A bitmap of 64K bits

Aliased Type§

struct BitAlloc64K { /* private fields */ }