Searched refs:assert_ptr_ne (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc_new/test/integration/ |
D | extent.c | 163 assert_ptr_ne(old_hooks->alloc, extent_alloc_hook, in test_manual_hook_body() 165 assert_ptr_ne(old_hooks->dalloc, extent_dalloc_hook, in test_manual_hook_body() 167 assert_ptr_ne(old_hooks->commit, extent_commit_hook, in test_manual_hook_body() 169 assert_ptr_ne(old_hooks->decommit, extent_decommit_hook, in test_manual_hook_body() 171 assert_ptr_ne(old_hooks->purge_lazy, extent_purge_lazy_hook, in test_manual_hook_body() 173 assert_ptr_ne(old_hooks->purge_forced, extent_purge_forced_hook, in test_manual_hook_body() 175 assert_ptr_ne(old_hooks->split, extent_split_hook, in test_manual_hook_body() 177 assert_ptr_ne(old_hooks->merge, extent_merge_hook, in test_manual_hook_body()
|
/external/jemalloc_new/test/unit/ |
D | prof_tctx.c | 19 assert_ptr_ne(tctx_p, (prof_tctx_t *)(uintptr_t)1U, in TEST_BEGIN() 26 assert_ptr_ne(p, q, "Expected move"); in TEST_BEGIN() 29 assert_ptr_ne(tctx_q, (prof_tctx_t *)(uintptr_t)1U, in TEST_BEGIN()
|
D | junk.c | 102 assert_ptr_ne(s, t, in test_junk()
|
D | base.c | 181 assert_ptr_ne(q, r_exp, "Expected allocation from new block"); in TEST_BEGIN()
|
/external/jemalloc_new/test/include/test/ |
D | test.h | 22 #define assert_ptr_ne(a, b, ...) assert_cmp(void *, a, b, !=, \ macro
|