[#PoolResource-NumAllocatedChunks] = xref:PoolResource.adoc[PoolResource]::NumAllocatedChunks :relfileprefix: ../ :mrdocs: Number of allocated chunks == Synopsis Declared in `<support/allocators/pool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] std::size_t NumAllocatedChunks() const; ---- == Return Value The count of memory chunks currently owned by the resource. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#