ContiguousFreeList.deallocateAll

Deallocates everything from the parent.

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

Meta