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. |
Created with MrDocs