Searched defs:FreeListBlock (Results 1 – 1 of 1) sorted by relevance
38 typedef struct FreeListBlock FreeListBlock; typedef39 struct FreeListBlock { struct40 FreeListBlock *next; /* The next block in the list */ argument49 FreeListBlock *block; /* The head of the list of free-list blocks */ argument