chunk.numFree

The number of free elements in the freeList. Used to determine whether this chunk can be given back to the GC

struct chunk
uint numFree;

Meta