Searched refs:assert_ptr_ne (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc/test/integration/ |
D | chunk.c | 47 assert_ptr_ne(old_alloc, new_alloc, "Unexpected alloc error"); in TEST_BEGIN() 51 assert_ptr_ne(old_dalloc, new_dalloc, "Unexpected dalloc error"); in TEST_BEGIN() 55 assert_ptr_ne(old_purge, new_purge, "Unexpected purge error"); in TEST_BEGIN()
|
/external/jemalloc/test/unit/ |
D | quarantine.c | 49 assert_ptr_ne(p, quarantined[j], in TEST_BEGIN()
|
/external/jemalloc/test/include/test/ |
D | test.h | 22 #define assert_ptr_ne(a, b, ...) assert_cmp(void *, a, b, !=, \ macro
|