Searched refs:heapInfo (Results 1 – 1 of 1) sorted by relevance
362 OSHeapInfo *heapInfo; in OS_AllocFromHeap() local378 heapInfo = OSiHeapInfo[id]; in OS_AllocFromHeap()381 if (!heapInfo) in OS_AllocFromHeap()390 heap = heapInfo->currentHeap; in OS_AllocFromHeap()393 SDK_TASSERTMSG(heapInfo->heapArray, OS_ERR_ALLOCFROMHEAP_NOHEAP); in OS_AllocFromHeap()395 SDK_TASSERTMSG(0 <= heap && heap < heapInfo->numHeaps, OS_ERR_ALLOCFROMHEAP_INVHEAP); 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()496 OSHeapInfo *heapInfo; in OS_AllocFixed() local508 heapInfo = OSiHeapInfo[id]; in OS_AllocFixed()[all …]