ChunkAllocator.element

This is the form used to link recyclable elements together.

struct ChunkAllocator(V, uint elemsPerChunk)
struct element {}

Members

Variables

next
element* next;
Undocumented in source.

Meta