Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/os/common/src/
Dos_alloc.c45 #define OS_ERR_ADDTOHEAP_INVHEAP "OS_AddToHeap(): invalid heap handle." macro
1144 SDK_TASSERTMSG(0 <= heap && heap < heapInfo->numHeaps, OS_ERR_ADDTOHEAP_INVHEAP); in OS_AddToHeap()
1145 SDK_TASSERTMSG(0 <= heapInfo->heapArray[heap].size, OS_ERR_ADDTOHEAP_INVHEAP); in OS_AddToHeap()