Lines Matching refs:numHeaps

144     int     numHeaps;  member
395 SDK_TASSERTMSG(0 <= heap && heap < heapInfo->numHeaps, OS_ERR_ALLOCFROMHEAP_INVHEAP); in OS_AllocFromHeap()
515 for (i = 0; i < heapInfo->numHeaps; i++) in OS_AllocFixed()
541 for (i = 0; i < heapInfo->numHeaps; i++) in OS_AllocFixed()
805 SDK_TASSERTMSG(0 <= heap && heap < heapInfo->numHeaps, OS_ERR_SETCURRENTHEAP_INVHEAP); in OS_SetCurrentHeap()
852 heapInfo->numHeaps = maxHeaps; in OS_InitAlloc()
854 for (i = 0; i < heapInfo->numHeaps; i++) in OS_InitAlloc()
937 for (heap = 0; heap < heapInfo->numHeaps; heap++) in OS_CreateHeap()
949 for (heap = 0; heap < heapInfo->numHeaps; heap++) in OS_CreateHeap()
1015 for (heap = 0; heap < heapInfo->numHeaps; heap++) in OS_CreateExtraHeap()
1077 SDK_TASSERTMSG(0 <= heap && heap < heapInfo->numHeaps, OS_ERR_DESTROYHEAP_INVHEAP); in OS_DestroyHeap()
1144 SDK_TASSERTMSG(0 <= heap && heap < heapInfo->numHeaps, OS_ERR_ADDTOHEAP_INVHEAP); in OS_AddToHeap()
1169 for (i = 0; i < heapInfo->numHeaps; i++) in OS_AddToHeap()
1288 OSi_CHECK(0 <= heap && heap < heapInfo->numHeaps); in OS_CheckHeap()
1395 …nfo->heapArray <= cell->hd && cell->hd < &heapInfo->heapArray[heapInfo->numHeaps], OS_ERR_REFERENT… in OS_ReferentSize()
1433 SDK_TASSERTMSG(0 <= heap && heap < heapInfo->numHeaps, OS_ERR_DUMPHEAP_INVHEAP); in OS_DumpHeap()
1517 for (heap = 0; heap < heapInfo->numHeaps; heap++) in OS_VisitAllocated()
1556 SDK_ASSERT(heap < heapInfo->numHeaps); in OSi_GetTotalAllocSize()
1605 SDK_ASSERT(heap < heapInfo->numHeaps); in OS_GetTotalFreeSize()
1643 SDK_ASSERT(heap < heapInfo->numHeaps); in OS_GetMaxFreeSize()