Home
last modified time | relevance | path

Searched refs:assert_ptr_ne (Results 1 – 3 of 3) sorted by relevance

/external/jemalloc/test/integration/
Dchunk.c47 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/
Dquarantine.c49 assert_ptr_ne(p, quarantined[j], in TEST_BEGIN()
/external/jemalloc/test/include/test/
Dtest.h22 #define assert_ptr_ne(a, b, ...) assert_cmp(void *, a, b, !=, \ macro