SharedFreeList.deallocate

Standard primitives.

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

Meta