ContiguousFreeList.deallocate

Deallocates b. If it's of eligible size, it's put on the free list. Otherwise, it's returned to parent.

Precondition: b has been allocated with this allocator, or is null.

struct ContiguousFreeList(ParentAllocator, size_t minSize, size_t maxSize = minSize)
bool
deallocate
(
void[] b
)

Meta