Searched defs:assert_ptr_not_null (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc_new/test/include/test/ |
D | test.h | 26 #define assert_ptr_not_null(a, ...) assert_cmp(void *, a, NULL, !=, \ macro
|
/external/jemalloc/test/include/test/ |
D | test.h | 26 #define assert_ptr_not_null(a, ...) assert_cmp(void *, a, NULL, !=, \ macro
|