PoolResource::ChunkSizeBytes

Size in bytes to allocate per chunk, currently hardcoded to a fixed size.

Synopsis

Declared in <support/allocators/pool.h>

[[nodiscard]]
size_t
ChunkSizeBytes() const;

Return Value

The size in bytes of each allocated chunk.

NOTE

The return value should not be discarded.