Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/os/src/
DOSAlloc.c155 static HeapDesc* HeapArray; // array of current heap descriptors variable
349 ASSERTMSG(HeapArray, OS_ERR_ALLOCFROMHEAP_NOHEAP); in OSAllocFromHeap()
352 ASSERTMSG(0 <= HeapArray[heap].size, OS_ERR_ALLOCFROMHEAP_INVHEAP); in OSAllocFromHeap()
354 hd = &HeapArray[heap]; in OSAllocFromHeap()
448 ASSERTMSG(HeapArray, OS_ERR_ALLOCFIXED_NOHEAP); in OSAllocFixed()
456 hd = &HeapArray[i]; in OSAllocFixed()
480 hd = &HeapArray[i]; in OSAllocFixed()
589 ASSERTMSG(HeapArray, OS_ERR_FREETOHEAP_NOHEAP); in OSFreeToHeap()
593 ASSERTMSG(0 <= HeapArray[heap].size, OS_ERR_FREETOHEAP_INVHEAP); in OSFreeToHeap()
596 hd = &HeapArray[heap]; in OSFreeToHeap()
[all …]
/RvlSDK-3.3/RVL/bin/demos/gxdemo/
Dsmp-onetri.map3670 0000005c 000004 8005163c 0004d7bc 4 HeapArray os.a OSAlloc.o
/RvlSDK-3.3/RVL/bin/demos/thpdemo/
DTHPSimple.map4277 0000008c 000004 80067a8c 00063c0c 4 HeapArray os.a OSAlloc.o
/RvlSDK-3.3/vcmv/bin/RVL/
DVcmvTestD.map12882 00000124 000004 80150fc4 0014d1a4 4 HeapArray osD.a OSAlloc.o