Searched refs:HeapArray (Results 1 – 3 of 3) sorted by relevance
155 static HeapDesc* HeapArray; // array of current heap descriptors variable349 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 …]
2931 00000054 000004 8003e2d4 00031394 4 HeapArray os.a OSAlloc.o
3517 0000007c 000004 8007879c 000476bc 4 HeapArray os.a OSAlloc.o