ChunkAllocator.used

The chain of used chunks. Used chunks have had all their elements allocated at least once.

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

Meta