Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/libraries/os/src/
DOSAlloc.c143 Cell* allocated; // pointer to the first used cell member
412 hd->allocated = DLAddFront(hd->allocated, cell); in OSAllocFromHeap()
459 if (DLOverlap(hd->allocated, start, end)) in OSAllocFixed()
599 ASSERTMSG(DLLookup(hd->allocated, cell),OS_ERR_FREETOHEAP_INVPTR); in OSFreeToHeap()
609 hd->allocated = DLExtract(hd->allocated, cell); in OSFreeToHeap()
676 hd->free = hd->allocated = NULL; in OSInitAlloc()
736 ASSERTMSG(!DLOverlap(HeapArray[heap].allocated, start, end), in OSCreateHeap()
758 hd->allocated = 0; in OSCreateHeap()
811 hd->free = hd->allocated = NULL; in OSDestroyHeap()
865 ASSERTMSG(!DLOverlap(HeapArray[i].allocated, start, end), in OSAddToHeap()
[all …]