Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/os/src/
DOSAlloc.c171 static Cell* DLAddFront(Cell* list, Cell* cell) in DLAddFront() function
412 hd->allocated = DLAddFront(hd->allocated, cell); in OSAllocFromHeap()