Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/test/integration/
A Dextent.c114 assert_ptr_ne(old_hooks->alloc, extent_alloc_hook, in TEST_BEGIN()
116 assert_ptr_ne(old_hooks->dalloc, extent_dalloc_hook, in TEST_BEGIN()
118 assert_ptr_ne(old_hooks->commit, extent_commit_hook, in TEST_BEGIN()
120 assert_ptr_ne(old_hooks->decommit, extent_decommit_hook, in TEST_BEGIN()
122 assert_ptr_ne(old_hooks->purge_lazy, extent_purge_lazy_hook, in TEST_BEGIN()
124 assert_ptr_ne(old_hooks->purge_forced, extent_purge_forced_hook, in TEST_BEGIN()
126 assert_ptr_ne(old_hooks->split, extent_split_hook, in TEST_BEGIN()
128 assert_ptr_ne(old_hooks->merge, extent_merge_hook, in TEST_BEGIN()
/third_party/ulib/jemalloc/test/unit/
A Dprof_tctx.c27 assert_ptr_ne(tctx_p, (prof_tctx_t *)(uintptr_t)1U, in TEST_BEGIN()
34 assert_ptr_ne(p, q, "Expected move"); in TEST_BEGIN()
39 assert_ptr_ne(tctx_q, (prof_tctx_t *)(uintptr_t)1U, in TEST_BEGIN()
A Djunk.c107 assert_ptr_ne(s, t, "Unexpected in-place rallocx()"); in test_junk()
A Dbase.c171 assert_ptr_ne(q, r_exp, "Expected allocation from new block"); in TEST_BEGIN()
/third_party/ulib/jemalloc/test/include/test/
A Dtest.h22 #define assert_ptr_ne(a, b, ...) assert_cmp(void *, a, b, !=, \ macro

Completed in 9 milliseconds