Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_alloc.c143 HeapDesc *heapArray; member
389 SDK_ASSERTMSG(heapInfo->heapArray, OS_ERR_ALLOCFROMHEAP_NOHEAP); in OS_AllocFromHeap()
392 SDK_ASSERTMSG(0 <= heapInfo->heapArray[heap].size, OS_ERR_ALLOCFROMHEAP_INVHEAP); in OS_AllocFromHeap()
394 hd = &heapInfo->heapArray[heap]; in OS_AllocFromHeap()
506 SDK_ASSERTMSG(heapInfo->heapArray, OS_ERR_ALLOCFIXED_NOHEAP); in OS_AllocFixed()
514 hd = &heapInfo->heapArray[i]; in OS_AllocFixed()
541 hd = &heapInfo->heapArray[i]; in OS_AllocFixed()
685 SDK_ASSERTMSG(heapInfo->heapArray, OS_ERR_FREETOHEAP_NOHEAP); in OS_FreeToHeap()
690 SDK_ASSERTMSG(0 <= heapInfo->heapArray[heap].size, OS_ERR_FREETOHEAP_INVHEAP); in OS_FreeToHeap()
693 hd = &heapInfo->heapArray[heap]; in OS_FreeToHeap()
[all …]