Number of allocated chunks
Synopsis
Declared in <support/allocators/pool.h>
[[nodiscard]]
std::size_t
NumAllocatedChunks() const;
Return Value
The count of memory chunks currently owned by the resource.
|
Note
|
The return value should not be discarded. |
Created with MrDocs