Lines Matching refs:numHeaps
140 int numHeaps; member
391 SDK_ASSERTMSG(0 <= heap && heap < heapInfo->numHeaps, OS_ERR_ALLOCFROMHEAP_INVHEAP); in OS_AllocFromHeap()
512 for (i = 0; i < heapInfo->numHeaps; i++) in OS_AllocFixed()
538 for (i = 0; i < heapInfo->numHeaps; i++) in OS_AllocFixed()
792 SDK_ASSERTMSG(0 <= heap && heap < heapInfo->numHeaps, OS_ERR_SETCURRENTHEAP_INVHEAP); in OS_SetCurrentHeap()
840 heapInfo->numHeaps = maxHeaps; in OS_InitAlloc()
842 for (i = 0; i < heapInfo->numHeaps; i++) in OS_InitAlloc()
927 for (heap = 0; heap < heapInfo->numHeaps; heap++) in OS_CreateHeap()
941 for (heap = 0; heap < heapInfo->numHeaps; heap++) in OS_CreateHeap()
1003 SDK_ASSERTMSG(0 <= heap && heap < heapInfo->numHeaps, OS_ERR_DESTROYHEAP_INVHEAP); in OS_DestroyHeap()
1062 SDK_ASSERTMSG(0 <= heap && heap < heapInfo->numHeaps, OS_ERR_ADDTOHEAP_INVHEAP); in OS_AddToHeap()
1077 for (i = 0; i < heapInfo->numHeaps; i++) in OS_AddToHeap()
1172 OSi_CHECK(0 <= heap && heap < heapInfo->numHeaps); in OS_CheckHeap()
1256 && cell->hd < &heapInfo->heapArray[heapInfo->numHeaps], OS_ERR_REFERENT_INVPTR); in OS_ReferentSize()
1294 SDK_ASSERTMSG(0 <= heap && heap < heapInfo->numHeaps, OS_ERR_DUMPHEAP_INVHEAP); in OS_DumpHeap()
1376 for (heap = 0; heap < heapInfo->numHeaps; heap++) in OS_VisitAllocated()
1415 SDK_ASSERT(heap < heapInfo->numHeaps); in OSi_GetTotalAllocSize()
1464 SDK_ASSERT(heap < heapInfo->numHeaps); in OS_GetTotalFreeSize()
1502 SDK_ASSERT(heap < heapInfo->numHeaps); in OS_GetMaxFreeSize()