Home
last modified time | relevance | path

Searched refs:assert_ptr_not_null (Results 1 – 17 of 17) sorted by relevance

/external/jemalloc/test/integration/
Drallocx.c14 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN()
20 assert_ptr_not_null(q, in TEST_BEGIN()
31 assert_ptr_not_null(q, in TEST_BEGIN()
78 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN()
89 assert_ptr_not_null(q, "Unexpected rallocx() error"); in TEST_BEGIN()
120 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN()
124 assert_ptr_not_null(q, in TEST_BEGIN()
146 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN()
150 assert_ptr_not_null(q, in TEST_BEGIN()
Dmallocx.c16 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN()
23 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN()
29 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN()
60 assert_ptr_not_null(ps[i], in TEST_BEGIN()
Dxallocx.c9 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN()
25 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN()
41 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN()
Dthread_arena.c15 assert_ptr_not_null(p, "Error in malloc()"); in thd_start()
50 assert_ptr_not_null(p, "Error in malloc()"); in TEST_BEGIN()
DMALLOCX_ARENA.c42 assert_ptr_not_null(p, "Unexpected mallocx() error"); in thd_start()
Dallocated.c57 assert_ptr_not_null(p, "Unexpected malloc() error"); in thd_start()
/external/jemalloc/test/unit/
Dquarantine.c18 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in quarantine_clear()
45 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN()
82 assert_ptr_not_null((void *)s, "Unexpected mallocx() failure"); in TEST_BEGIN()
91 assert_ptr_not_null((void *)s, "Unexpected mallocx() failure"); in TEST_BEGIN()
Djunk.c69 assert_ptr_not_null((void *)s, "Unexpected mallocx() failure"); in test_junk()
93 assert_ptr_not_null((void *)s, in test_junk()
152 assert_ptr_not_null(p1, "Unexpected mallocx() failure"); in TEST_BEGIN()
190 assert_ptr_not_null((void *)s, "Unexpected mallocx() failure"); in TEST_BEGIN()
199 assert_ptr_not_null((void *)s, "Unexpected mallocx() failure"); in TEST_BEGIN()
Dstats.c68 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN()
112 assert_ptr_not_null(little, "Unexpected mallocx() failure"); in TEST_BEGIN()
114 assert_ptr_not_null(large, "Unexpected mallocx() failure"); in TEST_BEGIN()
176 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN()
223 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN()
268 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN()
340 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN()
Dprof_gdump.c37 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN()
42 assert_ptr_not_null(q, "Unexpected mallocx() failure"); in TEST_BEGIN()
Dzero.c16 assert_ptr_not_null((void *)s, "Unexpected mallocx() failure"); in test_zero()
38 assert_ptr_not_null((void *)s, in test_zero()
Dmq.c41 assert_ptr_not_null(msg, "mq_get() should never return NULL"); in thd_receiver_start()
57 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in thd_sender_start()
Dprof_accum.h33 assert_ptr_not_null(p, "Unexpected mallocx() failure"); \
Dprof_idump.c39 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN()
Drb.c268 assert_ptr_not_null(tree_first(&tree), in TEST_BEGIN()
270 assert_ptr_not_null(tree_last(&tree), in TEST_BEGIN()
Dckh.c115 assert_ptr_not_null(p[i], "Unexpected mallocx() failure"); in TEST_BEGIN()
/external/jemalloc/test/include/test/
Dtest.h26 #define assert_ptr_not_null(a, ...) assert_cmp(void *, a, NULL, !=, \ macro