Forwards each call to the resource.
Declared in <support/allocators/pool.h>
void
deallocate(
pair<COutPoint const, CCoinsCacheEntry>* p,
size_t n) noexcept;
| Name | Description |
|---|---|
| p | Pointer to the storage being deallocated. |
| n | Number of objects of type T that the storage held. |