Searched refs:heapInfo (Results 1 – 1 of 1) sorted by relevance
358 OSHeapInfo *heapInfo; in OS_AllocFromHeap() local374 heapInfo = OSiHeapInfo[id]; in OS_AllocFromHeap()377 if (!heapInfo) in OS_AllocFromHeap()386 heap = heapInfo->currentHeap; in OS_AllocFromHeap()389 SDK_ASSERTMSG(heapInfo->heapArray, OS_ERR_ALLOCFROMHEAP_NOHEAP); in OS_AllocFromHeap()391 SDK_ASSERTMSG(0 <= heap && heap < heapInfo->numHeaps, OS_ERR_ALLOCFROMHEAP_INVHEAP); 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()492 OSHeapInfo *heapInfo; in OS_AllocFixed() local504 heapInfo = OSiHeapInfo[id]; in OS_AllocFixed()[all …]