Searched refs:assert_ptr_eq (Results 1 - 14 of 14) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/test/include/test/
H A Dextent_hooks.h84 assert_ptr_eq(extent_hooks, &hooks,
86 assert_ptr_eq(extent_hooks->alloc, extent_alloc_hook,
106 assert_ptr_eq(extent_hooks, &hooks,
108 assert_ptr_eq(extent_hooks->dalloc, extent_dalloc_hook,
127 assert_ptr_eq(extent_hooks, &hooks,
129 assert_ptr_eq(extent_hooks->commit, extent_commit_hook,
149 assert_ptr_eq(extent_hooks, &hooks,
151 assert_ptr_eq(extent_hooks->decommit, extent_decommit_hook,
171 assert_ptr_eq(extent_hooks, &hooks,
173 assert_ptr_eq(extent_hook
[all...]
H A Dtest.h20 #define assert_ptr_eq(a, b, ...) assert_cmp(void *, a, b, ==, \ macro
/fuchsia/zircon/third_party/ulib/jemalloc/test/integration/
H A Dextent.c138 assert_ptr_eq(old_hooks, default_hooks, "Unexpected extent_hooks error");
139 assert_ptr_eq(old_hooks->alloc, default_hooks->alloc,
141 assert_ptr_eq(old_hooks->dalloc, default_hooks->dalloc,
143 assert_ptr_eq(old_hooks->commit, default_hooks->commit,
145 assert_ptr_eq(old_hooks->decommit, default_hooks->decommit,
147 assert_ptr_eq(old_hooks->purge_lazy, default_hooks->purge_lazy,
149 assert_ptr_eq(old_hooks->purge_forced, default_hooks->purge_forced,
151 assert_ptr_eq(old_hooks->split, default_hooks->split,
153 assert_ptr_eq(old_hooks->merge, default_hooks->merge,
H A Dallocated.c67 assert_ptr_eq(ap0, ap1,
84 assert_ptr_eq(dp0, dp1,
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dckh.c67 assert_ptr_eq((void *)ks, (void *)k.s, "Key mismatch, i=%zu",
69 assert_ptr_eq((void *)vs, (void *)v.s, "Value mismatch, i=%zu",
93 assert_ptr_eq((void *)ks, (void *)k.s, "Key mismatch, i=%zu",
95 assert_ptr_eq((void *)vs, (void *)v.s, "Value mismatch, i=%zu",
135 assert_ptr_eq(p[j], q, "Key pointer mismatch");
136 assert_ptr_eq(p[j], r, "Value pointer mismatch");
148 assert_ptr_eq(p[j], q, "Key pointer mismatch");
149 assert_ptr_eq(p[j], r, "Value pointer mismatch");
165 assert_ptr_eq(q, r, "Key and val not equal");
189 assert_ptr_eq(
[all...]
H A Dmq.c24 assert_ptr_eq(mq_tryget(&mq), &msg, "mq_tryget() should return msg");
27 assert_ptr_eq(mq_get(&mq), &msg, "mq_get() should return msg");
H A Dbase.c137 assert_ptr_eq(p,
143 assert_ptr_eq((void *)((uintptr_t)p + align_ceil), q,
149 assert_ptr_eq((void *)((uintptr_t)q + align_ceil), r,
175 assert_ptr_eq(r, r_exp, "Expected allocation from first block");
193 assert_ptr_eq(p,
H A Dph.c75 assert_ptr_eq(phn_next_get(node_t, link, phn_prev_get(node_t,
99 assert_ptr_eq((void *)phn_prev_get(node_t, link, leftmost_child),
105 assert_ptr_eq(phn_next_get(node_t, link, phn_prev_get(node_t,
126 assert_ptr_eq(phn_next_get(node_t, link, phn_prev_get(node_t,
H A Drtree.c159 assert_ptr_eq(rtree_read(tsdn, &rtree, &rtree_ctx, 0, true),
166 assert_ptr_eq(rtree_read(tsdn, &rtree, &rtree_ctx,
199 assert_ptr_eq(rtree_read(tsdn, &rtree,
250 assert_ptr_eq(rtree_read(tsdn, &rtree, &rtree_ctx,
255 assert_ptr_eq(rtree_read(tsdn, &rtree, &rtree_ctx,
H A Drb.c124 assert_ptr_eq(search_node, node,
129 assert_ptr_eq(search_node, node,
134 assert_ptr_eq(search_node, node,
H A Dpack.c150 assert_ptr_eq(p, ptrs[(i * nregs_per_run) + j],
H A Darena_reset.c268 assert_ptr_eq(extent_hooks, &hooks,
270 assert_ptr_eq(extent_hooks->dalloc, extent_dalloc_unmap,
H A Dqr.c52 assert_ptr_eq(t, &entries[i],
58 assert_ptr_eq(t, &entries[i],
H A Dmallctl.c236 assert_ptr_eq(p0, p1, "Expected tcache to allocate cached region");
302 assert_ptr_eq(ps[i], p0,
312 assert_ptr_eq(qs[i], q0,

Completed in 89 milliseconds