[][src]Module context_allocator::allocators::bit_set

A bit set based allocator; allows reallocations, but requires a linear scan to find free blocks.

Structs

BitSetAllocator

Bit set based allocator.