Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/os/include/
DOSAssert.h167 #define OS_ERR_ADDTOHEAP_INVRANGE "OSAddToHeap(): invalid range." macro
/RvlSDK-3.2.2/build/libraries/os/src/
DOSAlloc.c848 ASSERTMSG(start < end, OS_ERR_ADDTOHEAP_INVRANGE); in OSAddToHeap()
854 OS_ERR_ADDTOHEAP_INVRANGE); in OSAddToHeap()
864 OS_ERR_ADDTOHEAP_INVRANGE); in OSAddToHeap()
866 OS_ERR_ADDTOHEAP_INVRANGE); in OSAddToHeap()