Searched refs:assert_ptr_not_null (Results 1 – 17 of 17) sorted by relevance
/external/jemalloc/test/integration/ |
D | rallocx.c | 14 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()
|
D | mallocx.c | 16 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()
|
D | xallocx.c | 9 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()
|
D | thread_arena.c | 15 assert_ptr_not_null(p, "Error in malloc()"); in thd_start() 50 assert_ptr_not_null(p, "Error in malloc()"); in TEST_BEGIN()
|
D | MALLOCX_ARENA.c | 42 assert_ptr_not_null(p, "Unexpected mallocx() error"); in thd_start()
|
D | allocated.c | 57 assert_ptr_not_null(p, "Unexpected malloc() error"); in thd_start()
|
/external/jemalloc/test/unit/ |
D | quarantine.c | 18 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()
|
D | junk.c | 69 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()
|
D | stats.c | 68 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()
|
D | prof_gdump.c | 37 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN() 42 assert_ptr_not_null(q, "Unexpected mallocx() failure"); in TEST_BEGIN()
|
D | zero.c | 16 assert_ptr_not_null((void *)s, "Unexpected mallocx() failure"); in test_zero() 38 assert_ptr_not_null((void *)s, in test_zero()
|
D | mq.c | 41 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()
|
D | prof_accum.h | 33 assert_ptr_not_null(p, "Unexpected mallocx() failure"); \
|
D | prof_idump.c | 39 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN()
|
D | rb.c | 268 assert_ptr_not_null(tree_first(&tree), in TEST_BEGIN() 270 assert_ptr_not_null(tree_last(&tree), in TEST_BEGIN()
|
D | ckh.c | 115 assert_ptr_not_null(p[i], "Unexpected mallocx() failure"); in TEST_BEGIN()
|
/external/jemalloc/test/include/test/ |
D | test.h | 26 #define assert_ptr_not_null(a, ...) assert_cmp(void *, a, NULL, !=, \ macro
|