Home
last modified time | relevance | path

Searched refs:numHeaps (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_alloc.c140 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()
[all …]