Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/os/include/
DOSAssert.h157 #define OS_ERR_INITALLOC_INVNUMHEAPS "OSInitAlloc(): invalid number of heaps." macro
/RvlSDK-3.2.2/build/libraries/os/src/
DOSAlloc.c659 ASSERTMSG(0 < maxHeaps, OS_ERR_INITALLOC_INVNUMHEAPS); in OSInitAlloc()