FixedPool.dealloc

Returns previously allocated item back to the pool.

If the item type has a destructor it is called.

  1. void dealloc(U* p)
    struct FixedPool(size_t blockSize, size_t numBlocks, T = void)
    void
    dealloc
    (
    U
    )
    (
    U* p
    )
  2. void dealloc(T* p)

Meta