Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/os/common/src/
Dos_alloc.c46 #define OS_ERR_ADDTOHEAP_INVRANGE "OS_AddToHeap(): invalid range." macro
1149 SDK_TASSERTMSG(start < end, OS_ERR_ADDTOHEAP_INVRANGE); in OS_AddToHeap()
1160 …TMSG(RangeSubset(start, end, heapInfo->arenaStart, heapInfo->arenaEnd), OS_ERR_ADDTOHEAP_INVRANGE); in OS_AddToHeap()
1175 … SDK_TASSERTMSG(!DLOverlap(heapInfo->heapArray[i].free, start, end), OS_ERR_ADDTOHEAP_INVRANGE); in OS_AddToHeap()
1176 …DK_TASSERTMSG(!DLOverlap(heapInfo->heapArray[i].allocated, start, end), OS_ERR_ADDTOHEAP_INVRANGE); in OS_AddToHeap()