FreeTree.clear

Defined if ParentAllocator.deallocate exists, and returns to it all memory held in the free tree.

struct FreeTree(ParentAllocator)
static if(__traits(hasMember, ParentAllocator, "deallocate"))
void
clear
()

Meta