[#PoolResource-ChunkSizeBytes] = xref:PoolResource.adoc[PoolResource]::ChunkSizeBytes :relfileprefix: ../ :mrdocs: Size in bytes to allocate per chunk, currently hardcoded to a fixed size. == Synopsis Declared in `<support/allocators/pool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] size_t ChunkSizeBytes() const; ---- == Return Value The size in bytes of each allocated chunk. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#