Home
last modified time | relevance | path

Searched refs:Cell (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.1.4/build/libraries/os/src/
DOSAlloc.c104 #define HEADERSIZE ROUND(sizeof(Cell), ALIGNMENT)
120 typedef struct Cell Cell; typedef
125 struct Cell struct
127 Cell* prev; argument
128 Cell* next; argument
142 Cell* free; // pointer to the first free cell argument
143 Cell* allocated; // pointer to the first used cell
171 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 …]