Searched refs:numHeaps (Results 1 – 1 of 1) sorted by relevance
144 int numHeaps; member395 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()[all …]