Searched refs:assert_ptr_ne (Results 1 – 8 of 8) 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/test/integration/ |
D | chunk.c | 155 assert_ptr_ne(old_hooks.alloc, chunk_alloc, "Unexpected alloc error"); in TEST_BEGIN() 156 assert_ptr_ne(old_hooks.dalloc, chunk_dalloc, in TEST_BEGIN() 158 assert_ptr_ne(old_hooks.commit, chunk_commit, in TEST_BEGIN() 160 assert_ptr_ne(old_hooks.decommit, chunk_decommit, in TEST_BEGIN() 162 assert_ptr_ne(old_hooks.purge, chunk_purge, "Unexpected purge error"); in TEST_BEGIN() 163 assert_ptr_ne(old_hooks.split, chunk_split, "Unexpected split error"); in TEST_BEGIN() 164 assert_ptr_ne(old_hooks.merge, chunk_merge, "Unexpected merge error"); in TEST_BEGIN()
|
/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/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
|
/external/jemalloc_new/test/include/test/ |
D | test.h | 22 #define assert_ptr_ne(a, b, ...) assert_cmp(void *, a, b, !=, \ macro
|