PoolAllocator<pair<COutPoint const, CCoinsCacheEntry>, 152>::deallocate

Forwards each call to the resource.

Synopsis

Declared in <support/allocators/pool.h>

void
deallocate(
    pair<COutPoint const, CCoinsCacheEntry>* p,
    size_t n) noexcept;

Parameters

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