/external/jemalloc/test/unit/ |
D | decay.c | 31 assert_ptr_not_null(decay_ticker, in TEST_BEGIN() 49 assert_ptr_not_null(p, "Unexpected malloc() failure"); in TEST_BEGIN() 61 assert_ptr_not_null(p, "Unexpected calloc() failure"); in TEST_BEGIN() 78 assert_ptr_not_null(p, "Unexpected aligned_alloc() failure"); in TEST_BEGIN() 88 assert_ptr_not_null(p, "Unexpected realloc() failure"); in TEST_BEGIN() 94 assert_ptr_not_null(p, "Unexpected realloc() failure"); in TEST_BEGIN() 120 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN() 128 assert_ptr_not_null(p, "Unexpected rallocx() failure"); in TEST_BEGIN() 149 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN() 179 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN() [all …]
|
D | prof_gdump.c | 38 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN() 43 assert_ptr_not_null(q, "Unexpected mallocx() failure"); in TEST_BEGIN() 54 assert_ptr_not_null(q, "Unexpected mallocx() failure"); in TEST_BEGIN() 65 assert_ptr_not_null(q, "Unexpected mallocx() failure"); in TEST_BEGIN()
|
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 | stats.c | 46 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN() 90 assert_ptr_not_null(little, "Unexpected mallocx() failure"); in TEST_BEGIN() 92 assert_ptr_not_null(large, "Unexpected mallocx() failure"); in TEST_BEGIN() 94 assert_ptr_not_null(huge, "Unexpected mallocx() failure"); in TEST_BEGIN() 157 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN() 204 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN() 248 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN() 289 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN() 362 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN() 406 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN()
|
D | junk.c | 86 assert_ptr_not_null((void *)s, "Unexpected mallocx() failure"); in test_junk() 111 assert_ptr_not_null((void *)s, in test_junk() 185 assert_ptr_not_null(p1, "Unexpected mallocx() failure"); in TEST_BEGIN() 224 assert_ptr_not_null((void *)s, "Unexpected mallocx() failure"); in TEST_BEGIN() 233 assert_ptr_not_null((void *)s, "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 | tsd.c | 45 assert_ptr_not_null(p, "Unexpeced mallocx() failure"); in malloc_tsd_types() 65 assert_ptr_not_null(p, "Unexpected malloc() failure"); in malloc_tsd_externs()
|
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_reset.c | 117 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN() 178 assert_ptr_not_null(*pp, in thd_start() 263 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN()
|
D | mallctl.c | 226 assert_ptr_not_null(p0, "Unexpected mallocx() failure"); in TEST_BEGIN() 228 assert_ptr_not_null(q, "Unexpected mallocx() failure"); in TEST_BEGIN() 236 assert_ptr_not_null(p1, "Unexpected mallocx() failure"); in TEST_BEGIN() 287 assert_ptr_not_null(ps[i], "Unexpected mallocx() failure, i=%u", in TEST_BEGIN() 292 assert_ptr_not_null(qs[i], "Unexpected mallocx() failure, i=%u", in TEST_BEGIN() 301 assert_ptr_not_null(ps[i], "Unexpected mallocx() failure, i=%u", in TEST_BEGIN() 311 assert_ptr_not_null(qs[i], "Unexpected rallocx() failure, i=%u", in TEST_BEGIN()
|
D | lg_chunk.c | 15 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN()
|
D | prof_idump.c | 39 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN()
|
D | rb.c | 283 assert_ptr_not_null(tree_first(&tree), in TEST_BEGIN() 285 assert_ptr_not_null(tree_last(&tree), in TEST_BEGIN()
|
D | prof_active.c | 88 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in prof_sampling_probe_impl()
|
D | ckh.c | 124 assert_ptr_not_null(p[i], "Unexpected mallocx() failure"); in TEST_BEGIN()
|
/external/jemalloc/test/integration/ |
D | rallocx.c | 60 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 66 assert_ptr_not_null(q, in TEST_BEGIN() 77 assert_ptr_not_null(q, in TEST_BEGIN() 125 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 136 assert_ptr_not_null(q, "Unexpected rallocx() error"); in TEST_BEGIN() 167 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 171 assert_ptr_not_null(q, in TEST_BEGIN() 194 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 198 assert_ptr_not_null(q, in TEST_BEGIN() 230 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN()
|
D | iterate.c | 31 assert_ptr_not_null(ptr, "malloc() failed for size %zu", sz); in TEST_BEGIN() 61 assert_ptr_not_null(ptr, "malloc() failed for size %zu", sz); in TEST_BEGIN() 88 assert_ptr_not_null(ptr2, "malloc() failed for size %zu", sz); in TEST_BEGIN() 91 assert_ptr_not_null(ptr, "malloc() failed for size %zu", sz); in TEST_BEGIN()
|
D | xallocx.c | 28 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 44 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 60 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 154 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 184 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 217 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 253 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 319 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 419 assert_ptr_not_null(p, "Unexpected mallocx() error"); in test_zero()
|
D | mallocx.c | 115 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 122 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 128 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 163 assert_ptr_not_null(ps[i], in TEST_BEGIN()
|
D | chunk.c | 171 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 192 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 218 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 229 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 246 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 | overflow.c | 34 assert_ptr_not_null(p, "Unexpected malloc() OOM"); 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/include/test/ |
D | btalloc.h | 29 assert_ptr_not_null(p, "Unexpected mallocx() failure"); \
|