Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/os/common/src/
Dos_alloc.c32 #define OS_ERR_FREETOHEAP_INVHEAP "OS_FreeToHeap(): invalid heap handle." macro
703 SDK_TASSERTMSG(0 <= heapInfo->heapArray[heap].size, OS_ERR_FREETOHEAP_INVHEAP); in OS_FreeToHeap()