Searched refs:heapArray (Results 1 – 1 of 1) sorted by relevance
147 HeapDesc *heapArray; member393 SDK_TASSERTMSG(heapInfo->heapArray, OS_ERR_ALLOCFROMHEAP_NOHEAP); in OS_AllocFromHeap()396 SDK_TASSERTMSG(0 <= heapInfo->heapArray[heap].size, OS_ERR_ALLOCFROMHEAP_INVHEAP); in OS_AllocFromHeap()398 hd = &heapInfo->heapArray[heap]; in OS_AllocFromHeap()510 SDK_TASSERTMSG(heapInfo->heapArray, OS_ERR_ALLOCFIXED_NOHEAP); in OS_AllocFixed()517 hd = &heapInfo->heapArray[i]; in OS_AllocFixed()544 hd = &heapInfo->heapArray[i]; in OS_AllocFixed()691 SDK_TASSERTMSG(heapInfo->heapArray, OS_ERR_FREETOHEAP_NOHEAP); in OS_FreeToHeap()703 SDK_TASSERTMSG(0 <= heapInfo->heapArray[heap].size, OS_ERR_FREETOHEAP_INVHEAP); in OS_FreeToHeap()706 hd = &heapInfo->heapArray[heap]; in OS_FreeToHeap()[all …]