ContiguousFreeList.deallocateAll

Deallocates everything from the parent.

struct ContiguousFreeList(ParentAllocator, size_t minSize, size_t maxSize = minSize)
static if(hasMember!(ParentAllocator, "deallocateAll") && stateSize!ParentAllocator)
bool
deallocateAll
()

Meta