ContiguousFreeList.deallocateAll

Deallocates everything from the parent.

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

Meta