Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/libraries/os/src/
DOSAlloc.c974 OS_ERR_REFERENT_INVPTR); in OSReferentSize()
975 ASSERTMSG(OFFSET(ptr, ALIGNMENT) == 0, OS_ERR_REFERENT_INVPTR); in OSReferentSize()
979 ASSERTMSG(cell->hd, OS_ERR_REFERENT_INVPTR); in OSReferentSize()
981 OS_ERR_REFERENT_INVPTR); in OSReferentSize()
983 OS_ERR_REFERENT_INVPTR); in OSReferentSize()
984 ASSERTMSG(0 <= cell->hd->size, OS_ERR_REFERENT_INVPTR); in OSReferentSize()
986 OS_ERR_REFERENT_INVPTR); in OSReferentSize()
/RvlSDK-3.1.4/build/libraries/os/include/
DOSAssert.h170 #define OS_ERR_REFERENT_INVPTR "OSReferentSize(): invalid pointer." macro