Searched refs:Cell (Results 1 – 1 of 1) sorted by relevance
104 #define HEADERSIZE ROUND(sizeof(Cell), ALIGNMENT)120 typedef struct Cell Cell; typedef125 struct Cell struct127 Cell* prev; argument128 Cell* next; argument142 Cell* free; // pointer to the first free cell argument143 Cell* allocated; // pointer to the first used cell171 static Cell* DLAddFront(Cell* list, Cell* cell) in DLAddFront()190 static Cell* DLLookup(Cell* list, Cell* cell) in DLLookup()212 static Cell* DLExtract(Cell* list, Cell* cell) in DLExtract()[all …]