Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_alloc.c49 #define OS_ERR_REFERENT_INVPTR "OS_ReferentSize(): invalid pointer." macro
1247 OS_ERR_REFERENT_INVPTR); in OS_ReferentSize()
1248 SDK_ASSERTMSG(OFFSET(ptr, ALIGNMENT) == 0, OS_ERR_REFERENT_INVPTR); in OS_ReferentSize()
1252 SDK_ASSERTMSG(cell->hd, OS_ERR_REFERENT_INVPTR); in OS_ReferentSize()
1254 OS_ERR_REFERENT_INVPTR); in OS_ReferentSize()
1256 && cell->hd < &heapInfo->heapArray[heapInfo->numHeaps], OS_ERR_REFERENT_INVPTR); in OS_ReferentSize()
1257 SDK_ASSERTMSG(0 <= cell->hd->size, OS_ERR_REFERENT_INVPTR); in OS_ReferentSize()
1258 SDK_ASSERTMSG(DLLookup(cell->hd->allocated, cell), OS_ERR_REFERENT_INVPTR); in OS_ReferentSize()