Searched refs:NN_IS_VALID_POINTER (Results 1 – 1 of 1) sorted by relevance
403 #define NN_IS_VALID_POINTER(ptr) ( (NN_OS_ADDR_NULL_TRAP_END <= NN_ANY_TO_UPTR(ptr)) \ macro435 …#define NN_POINTER_ASSERT( p) NN_ASSERTMSG( NN_IS_VALID_POINTER(p), "%s(=0x%08X) is…436 …#define NN_POINTER_TASSERT_(p) NN_TASSERTMSG_(NN_IS_VALID_POINTER(p), "%s(=0x%08X) is…