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

  /external/jemalloc/test/unit/
lg_chunk.c 15 assert_ptr_not_null(p, "Unexpected mallocx() failure");
prof_gdump.c 38 assert_ptr_not_null(p, "Unexpected mallocx() failure");
43 assert_ptr_not_null(q, "Unexpected mallocx() failure");
54 assert_ptr_not_null(q, "Unexpected mallocx() failure");
65 assert_ptr_not_null(q, "Unexpected mallocx() failure");
quarantine.c 18 assert_ptr_not_null(p, "Unexpected mallocx() failure");
45 assert_ptr_not_null(p, "Unexpected mallocx() failure");
82 assert_ptr_not_null((void *)s, "Unexpected mallocx() failure");
91 assert_ptr_not_null((void *)s, "Unexpected mallocx() failure");
prof_idump.c 39 assert_ptr_not_null(p, "Unexpected mallocx() failure");
zero.c 16 assert_ptr_not_null((void *)s, "Unexpected mallocx() failure");
38 assert_ptr_not_null((void *)s,
junk.c 86 assert_ptr_not_null((void *)s, "Unexpected mallocx() failure");
111 assert_ptr_not_null((void *)s,
185 assert_ptr_not_null(p1, "Unexpected mallocx() failure");
224 assert_ptr_not_null((void *)s, "Unexpected mallocx() failure");
233 assert_ptr_not_null((void *)s, "Unexpected mallocx() failure");
mq.c 41 assert_ptr_not_null(msg, "mq_get() should never return NULL");
57 assert_ptr_not_null(p, "Unexpected mallocx() failure");
stats.c 42 assert_ptr_not_null(p, "Unexpected mallocx() failure");
86 assert_ptr_not_null(little, "Unexpected mallocx() failure");
88 assert_ptr_not_null(large, "Unexpected mallocx() failure");
90 assert_ptr_not_null(huge, "Unexpected mallocx() failure");
153 assert_ptr_not_null(p, "Unexpected mallocx() failure");
200 assert_ptr_not_null(p, "Unexpected mallocx() failure");
244 assert_ptr_not_null(p, "Unexpected mallocx() failure");
285 assert_ptr_not_null(p, "Unexpected mallocx() failure");
358 assert_ptr_not_null(p, "Unexpected mallocx() failure");
402 assert_ptr_not_null(p, "Unexpected mallocx() failure")
    [all...]
tsd.c 45 assert_ptr_not_null(p, "Unexpeced mallocx() failure");
prof_reset.c 103 assert_ptr_not_null(p, "Unexpected mallocx() failure");
166 assert_ptr_not_null(*pp,
mallctl.c 222 assert_ptr_not_null(p0, "Unexpected mallocx() failure");
224 assert_ptr_not_null(q, "Unexpected mallocx() failure");
232 assert_ptr_not_null(p1, "Unexpected mallocx() failure");
283 assert_ptr_not_null(ps[i], "Unexpected mallocx() failure, i=%u",
288 assert_ptr_not_null(qs[i], "Unexpected mallocx() failure, i=%u",
297 assert_ptr_not_null(ps[i], "Unexpected mallocx() failure, i=%u",
307 assert_ptr_not_null(qs[i], "Unexpected rallocx() failure, i=%u",
prof_active.c 88 assert_ptr_not_null(p, "Unexpected mallocx() failure");
rb.c 271 assert_ptr_not_null(tree_first(&tree),
273 assert_ptr_not_null(tree_last(&tree),
ckh.c 124 assert_ptr_not_null(p[i], "Unexpected mallocx() failure");
  /external/jemalloc/test/integration/
xallocx.c 9 assert_ptr_not_null(p, "Unexpected mallocx() error");
25 assert_ptr_not_null(p, "Unexpected mallocx() error");
41 assert_ptr_not_null(p, "Unexpected mallocx() error");
mallocx.c 18 assert_ptr_not_null(p, "Unexpected mallocx() error");
25 assert_ptr_not_null(p, "Unexpected mallocx() error");
31 assert_ptr_not_null(p, "Unexpected mallocx() error");
63 assert_ptr_not_null(ps[i],
rallocx.c 14 assert_ptr_not_null(p, "Unexpected mallocx() error");
20 assert_ptr_not_null(q,
31 assert_ptr_not_null(q,
78 assert_ptr_not_null(p, "Unexpected mallocx() error");
89 assert_ptr_not_null(q, "Unexpected rallocx() error");
120 assert_ptr_not_null(p, "Unexpected mallocx() error");
124 assert_ptr_not_null(q,
146 assert_ptr_not_null(p, "Unexpected mallocx() error");
150 assert_ptr_not_null(q,
thread_arena.c 15 assert_ptr_not_null(p, "Error in malloc()");
50 assert_ptr_not_null(p, "Error in malloc()");
chunk.c 71 assert_ptr_not_null(p, "Unexpected mallocx() error");
80 assert_ptr_not_null(p, "Unexpected mallocx() error");
MALLOCX_ARENA.c 42 assert_ptr_not_null(p, "Unexpected mallocx() error");
allocated.c 57 assert_ptr_not_null(p, "Unexpected malloc() error");
  /external/jemalloc/test/include/test/
btalloc.h 29 assert_ptr_not_null(p, "Unexpected mallocx() failure"); \
test.h 26 #define assert_ptr_not_null(a, ...) assert_cmp(void *, a, NULL, !=, \ macro

Completed in 50 milliseconds