Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_alloc.c215 static Cell *DLExtract(Cell * list, Cell * cell) in DLExtract() function
425 hd->free = DLExtract(hd->free, cell); in OS_AllocFromHeap()
571 hd->free = DLExtract(hd->free, cell); // Note cell->next is intact. XXX in OS_AllocFixed()
706 hd->allocated = DLExtract(hd->allocated, cell); in OS_FreeToHeap()
759 hd->allocated = DLExtract(hd->allocated, cell); in OS_FreeAllToHeap()