HmodBlockAllocator.maxAllocationSize

The maximum number of bytes that can be allocated at a time with this allocator. This is smaller than blockSize because of some internal bookkeeping information.

struct HmodBlockAllocator(size_t blockSize)
enum maxAllocationSize = blockSize - Node.sizeof;

Meta