HomeSort by relevance Sort by last modified time
    Searched refs:assert_ptr_eq (Results 1 - 10 of 10) sorted by null

  /external/jemalloc/test/unit/
ckh.c 67 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(p[i], q, "Key pointer mismatch")
    [all...]
rtree.c 44 assert_ptr_eq(rtree_get(&rtree, 0, true), &node_a,
49 assert_ptr_eq(rtree_get(&rtree, ~((uintptr_t)0), true), &node_b,
74 assert_ptr_eq(rtree_get(&rtree, keys[k], true),
115 assert_ptr_eq(rtree_get(&rtree, keys[j], true), &node,
119 assert_ptr_eq(rtree_get(&rtree, keys[j], true), &node,
mq.c 24 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");
junk.c 191 assert_ptr_eq(p1, p2, "Unexpected move during shrink");
195 assert_ptr_eq(most_recently_trimmed, p1,
rb.c 124 assert_ptr_eq(search_node, node,
129 assert_ptr_eq(search_node, node,
134 assert_ptr_eq(search_node, node,
qr.c 52 assert_ptr_eq(t, &entries[i],
58 assert_ptr_eq(t, &entries[i],
mallctl.c 237 assert_ptr_eq(p0, p1, "Expected tcache to allocate cached region");
303 assert_ptr_eq(ps[i], p0,
313 assert_ptr_eq(qs[i], q0,
  /external/jemalloc/test/integration/
chunk.c 254 assert_ptr_eq(old_hooks.alloc, orig_hooks.alloc,
256 assert_ptr_eq(old_hooks.dalloc, orig_hooks.dalloc,
258 assert_ptr_eq(old_hooks.commit, orig_hooks.commit,
260 assert_ptr_eq(old_hooks.decommit, orig_hooks.decommit,
262 assert_ptr_eq(old_hooks.purge, orig_hooks.purge,
264 assert_ptr_eq(old_hooks.split, orig_hooks.split,
266 assert_ptr_eq(old_hooks.merge, orig_hooks.merge,
allocated.c 66 assert_ptr_eq(ap0, ap1,
83 assert_ptr_eq(dp0, dp1,
  /external/jemalloc/test/include/test/
test.h 20 #define assert_ptr_eq(a, b, ...) assert_cmp(void *, a, b, ==, \ macro

Completed in 121 milliseconds