SharedFreeList.deallocateAll

Standard primitives.

  1. void[] allocateFresh(size_t bytes)
  2. bool deallocate(void[] b)
  3. bool deallocateAll()
    struct SharedFreeList(ParentAllocator, size_t minSize, size_t maxSize = minSize, size_t approxMaxNodes = unbounded)
    shared
    bool
    deallocateAll
    ()

Meta