PoolResource::NumAllocatedChunks

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.