Searched defs:FreeListBlock (Results 1 – 1 of 1) sorted by relevance
40 typedef struct FreeListBlock FreeListBlock; typedef 41 struct FreeListBlock { struct 42 FreeListBlock *next; /* The next block in the list */ argument 51 FreeListBlock *block; /* The head of the list of free-list blocks */ argument [all...]