DynamicPool.dealloc

Returns block of memory back to the pool. Deallocating pointer to a memory not returned by the pool has undefined behavior.

  1. void dealloc(void* ptr)
    struct DynamicPool(size_t blockSize)
    nothrow @nogc @system
    void
    dealloc
    (
    ref void* ptr
    )
  2. void dealloc(T* p)

Meta