[#PoolResource-2constructor-08] = xref:PoolResource.adoc[PoolResource]::PoolResource :relfileprefix: ../ :mrdocs: Construct a new PoolResource object which allocates the first chunk. chunk_size_bytes will be rounded up to next multiple of ELEM_ALIGN_BYTES. == Synopsis Declared in `<support/allocators/pool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit PoolResource(std::size_t chunk_size_bytes); ---- == Parameters [cols="1,4"] |=== | Name| Description | *chunk_size_bytes* | Requested size in bytes of each memory chunk, rounded up to the next multiple of ELEM_ALIGN_BYTES. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#