Size in bytes to allocate per chunk, currently hardcoded to a fixed size.
Declared in <support/allocators/pool.h>
<support/allocators/pool.h>
[[nodiscard]] size_t ChunkSizeBytes() const;
The size in bytes of each allocated chunk.
The return value should not be discarded.