FreeTree.deallocateAll

Defined if ParentAllocator.deallocateAll exists, and forwards to it. Also nullifies the free tree (it's assumed the parent frees all memory stil managed by the free tree).

struct FreeTree(ParentAllocator)
static if(__traits(hasMember, ParentAllocator, "deallocateAll"))
bool
deallocateAll
()

Meta