chunk.freeList

The linked list of free elements in the chunk. This list is amended each time an element in this chunk is freed.

struct chunk
element* freeList;

Meta