PoolAllocator::deallocate

Forwards each call to the resource.

Synopsis

Declared in <support/allocators/pool.h>

void
deallocate(
    T* p,
    size_t n) noexcept;

Parameters

NameDescription
pPointer to the storage being deallocated.
nNumber of objects of type T that the storage held.