Searched refs:OS_ERR_FREETOHEAP_INVPTR (Results 1 – 1 of 1) sorted by relevance
31 #define OS_ERR_FREETOHEAP_INVPTR "OS_FreeToHeap(): invalid pointer." macro697 … (char *)heapInfo->arenaStart + HEADERSIZE, (char *)heapInfo->arenaEnd), OS_ERR_FREETOHEAP_INVPTR); in OS_FreeToHeap()702 SDK_ASSERTMSG(OFFSET(ptr, ALIGNMENT) == 0, OS_ERR_FREETOHEAP_INVPTR); in OS_FreeToHeap()708 SDK_ASSERTMSG(cell->hd == hd, OS_ERR_FREETOHEAP_INVPTR); in OS_FreeToHeap()709 SDK_ASSERTMSG(DLLookup(hd->allocated, cell), OS_ERR_FREETOHEAP_INVPTR); in OS_FreeToHeap()