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