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