[#PoolAllocator-0e-allocate] = xref:PoolAllocator-0e.adoc[PoolAllocator]::allocate :relfileprefix: ../ :mrdocs: Forwards each call to the resource. == Synopsis Declared in `<support/allocators/pool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- T* 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]#