Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/os/include/
DOSAssert.h165 #define OS_ERR_ADDTOHEAP_NOHEAP "OSAddToHeap(): heap is not initialized." macro
/RvlSDK-3.2/build/libraries/os/src/
DOSAlloc.c842 ASSERTMSG(HeapArray, OS_ERR_ADDTOHEAP_NOHEAP); in OSAddToHeap()