#define ALLOCSET_NUM_FREELISTS 11 typedef struct AllocSetContext { …… AllocChunk freelist[ALLOCSET_NUM_FREELISTS]; /* free chunk lists */ …… } AllocSetContext;