[#PoolAllocator-04-deallocate] = xref:PoolAllocator-04.adoc[PoolAllocator<pair<COutPoint const, CCoinsCacheEntry>, 152>]::deallocate :relfileprefix: ../ :mrdocs: Forwards each call to the resource. == Synopsis Declared in `<support/allocators/pool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void deallocate( pair<COutPoint const, CCoinsCacheEntry>* p, size_t n) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *p* | Pointer to the storage being deallocated. | *n* | Number of objects of type T that the storage held. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#