Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/libraries/os/common/src/
Dos_alloc.c219 static Cell *DLExtract(Cell * list, Cell * cell) in DLExtract() function
429 hd->free = DLExtract(hd->free, cell); in OS_AllocFromHeap()
577 hd->free = DLExtract(hd->free, cell); // Note cell->next is intact. XXX in OS_AllocFixed()
719 hd->allocated = DLExtract(hd->allocated, cell); in OS_FreeToHeap()
772 hd->allocated = DLExtract(hd->allocated, cell); in OS_FreeAllToHeap()