Searched defs:assert_ptr (Results 1 – 2 of 2) sorted by relevance
586 assert_ptr(const char *file, int line, const char *a1, const char *a2, in assert_ptr() function
619 #define assert_ptr(ptr,msg) if ((ptr) == 0) dlg_exiterr("cannot allocate memory in " msg) macro