Home
last modified time | relevance | path

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

/RvlSDK-2.1/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 …]
/RvlSDK-2.1/
Dreadme-RVL_SDK-2_1.txt125 This work memory is allocated at initialization and released at termination.