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
Name |
Description |
p |
Pointer to the storage being deallocated. |
n |
Number of objects of type T that the storage held. |
Created with MrDocs