Searched refs:heapArray (Results 1 – 1 of 1) sorted by relevance
143 HeapDesc *heapArray; member389 SDK_ASSERTMSG(heapInfo->heapArray, OS_ERR_ALLOCFROMHEAP_NOHEAP); in OS_AllocFromHeap()392 SDK_ASSERTMSG(0 <= heapInfo->heapArray[heap].size, OS_ERR_ALLOCFROMHEAP_INVHEAP); in OS_AllocFromHeap()394 hd = &heapInfo->heapArray[heap]; in OS_AllocFromHeap()506 SDK_ASSERTMSG(heapInfo->heapArray, OS_ERR_ALLOCFIXED_NOHEAP); in OS_AllocFixed()514 hd = &heapInfo->heapArray[i]; in OS_AllocFixed()541 hd = &heapInfo->heapArray[i]; in OS_AllocFixed()685 SDK_ASSERTMSG(heapInfo->heapArray, OS_ERR_FREETOHEAP_NOHEAP); in OS_FreeToHeap()690 SDK_ASSERTMSG(0 <= heapInfo->heapArray[heap].size, OS_ERR_FREETOHEAP_INVHEAP); in OS_FreeToHeap()693 hd = &heapInfo->heapArray[heap]; in OS_FreeToHeap()[all …]