Searched defs:DEBUG_ASSERT_POINTER (Results 1 – 2 of 2) sorted by relevance
43 #define DEBUG_ASSERT_POINTER(pointer) … macro70 #define DEBUG_ASSERT_POINTER(pointer) … macro
43 #define DEBUG_ASSERT_POINTER(pointer) do {if( (pointer)== NULL) MSG_ERR(("NULL pointer " #pointer)… macro52 #define DEBUG_ASSERT_POINTER(pointer) do {} while(0) macro