ChunkAllocator.fresh

The fresh chunk. This is only used if no elements are available in the used chain.

struct ChunkAllocator(V, uint elemsPerChunk)
chunk* fresh;

Meta