Searched refs:OS_ERR_REFERENT_INVPTR (Results 1 – 1 of 1) sorted by relevance
49 #define OS_ERR_REFERENT_INVPTR "OS_ReferentSize(): invalid pointer." macro1247 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()