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

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

Completed in 37 milliseconds