Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/os/src/
DOSAlloc.c212 static Cell* DLExtract(Cell* list, Cell* cell) in DLExtract() function
383 hd->free = DLExtract(hd->free, cell); in OSAllocFromHeap()
502 hd->free = DLExtract(hd->free, cell); // Note cell->next is intact. XXX in OSAllocFixed()
609 hd->allocated = DLExtract(hd->allocated, cell); in OSFreeToHeap()