| /third_party/ulib/jemalloc/test/unit/ |
| A D | base.c | 42 assert_ptr_not_null(base_alloc(tsdn, base, 42, 1), in TEST_BEGIN() 72 assert_ptr_not_null(base, "Unexpected base_new() failure"); in TEST_BEGIN() 80 assert_ptr_not_null(base_alloc(tsdn, base, 42, 1), in TEST_BEGIN() 113 assert_ptr_not_null(base, "Unexpected base_new() failure"); in TEST_BEGIN() 135 assert_ptr_not_null(p, in TEST_BEGIN() 141 assert_ptr_not_null(q, in TEST_BEGIN() 147 assert_ptr_not_null(r, in TEST_BEGIN() 165 assert_ptr_not_null(p, "Unexpected base_alloc() failure"); in TEST_BEGIN() 170 assert_ptr_not_null(q, "Unexpected base_alloc() failure"); in TEST_BEGIN() 174 assert_ptr_not_null(r, "Unexpected base_alloc() failure"); in TEST_BEGIN() [all …]
|
| A D | decay.c | 35 assert_ptr_not_null(decay_ticker, in TEST_BEGIN() 51 assert_ptr_not_null(p, "Unexpected malloc() failure"); in TEST_BEGIN() 63 assert_ptr_not_null(p, "Unexpected calloc() failure"); in TEST_BEGIN() 80 assert_ptr_not_null(p, "Unexpected aligned_alloc() failure"); in TEST_BEGIN() 90 assert_ptr_not_null(p, "Unexpected realloc() failure"); in TEST_BEGIN() 96 assert_ptr_not_null(p, "Unexpected realloc() failure"); in TEST_BEGIN() 121 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN() 129 assert_ptr_not_null(p, "Unexpected rallocx() failure"); in TEST_BEGIN() 150 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN() 180 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN() [all …]
|
| A D | prof_gdump.c | 39 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN() 44 assert_ptr_not_null(q, "Unexpected mallocx() failure"); in TEST_BEGIN() 55 assert_ptr_not_null(q, "Unexpected mallocx() failure"); in TEST_BEGIN() 66 assert_ptr_not_null(q, "Unexpected mallocx() failure"); in TEST_BEGIN()
|
| A D | prof_tctx.c | 23 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN() 25 assert_ptr_not_null(extent_p, "Unexpected iealloc() failure"); in TEST_BEGIN() 35 assert_ptr_not_null(p, "Unexpected rmallocx() failure"); in TEST_BEGIN() 37 assert_ptr_not_null(extent_q, "Unexpected iealloc() failure"); in TEST_BEGIN()
|
| A D | fork.c | 14 assert_ptr_not_null(p, "Unexpected malloc() failure"); in TEST_BEGIN() 21 assert_ptr_not_null(p, "Unexpected malloc() failure"); in TEST_BEGIN()
|
| A D | stats.c | 39 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN() 85 assert_ptr_not_null(little, "Unexpected mallocx() failure"); in TEST_BEGIN() 87 assert_ptr_not_null(large, "Unexpected mallocx() failure"); in TEST_BEGIN() 150 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN() 199 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN() 241 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN() 319 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN()
|
| A D | zero.c | 17 assert_ptr_not_null((void *)s, "Unexpected mallocx() failure"); in test_zero() 39 assert_ptr_not_null((void *)s, in test_zero()
|
| A 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()
|
| A 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()
|
| A D | a0.c | 8 assert_ptr_not_null(p, "Unexpected a0malloc() error"); in TEST_BEGIN()
|
| A D | rtree.c | 18 assert_ptr_not_null(node, "Unexpected calloc() failure"); in rtree_node_alloc_intercept() 79 assert_ptr_not_null(extent, "Unexpected malloc() failure"); in thd_start() 89 assert_ptr_not_null(elm, in thd_start() 97 assert_ptr_not_null(elm, in thd_start() 246 assert_ptr_not_null(elm, in TEST_BEGIN()
|
| A D | pages.c | 12 assert_ptr_not_null(pages, "Unexpected pages_map() error"); in TEST_BEGIN()
|
| A 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()
|
| A D | bitmap.c | 178 assert_ptr_not_null(bitmap, "Unexpected malloc() failure"); in test_bitmap_init_body() 211 assert_ptr_not_null(bitmap, "Unexpected malloc() failure"); in test_bitmap_set_body() 243 assert_ptr_not_null(bitmap, "Unexpected malloc() failure"); in test_bitmap_unset_body() 280 assert_ptr_not_null(bitmap, "Unexpected malloc() failure"); in test_bitmap_sfu_body()
|
| A D | prof_idump.c | 47 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN()
|
| A D | junk.c | 79 assert_ptr_not_null((void *)s, "Unexpected mallocx() failure"); in test_junk() 105 assert_ptr_not_null((void *)t, in test_junk()
|
| A D | mallctl.c | 225 assert_ptr_not_null(p0, "Unexpected mallocx() failure"); in TEST_BEGIN() 227 assert_ptr_not_null(q, "Unexpected mallocx() failure"); in TEST_BEGIN() 235 assert_ptr_not_null(p1, "Unexpected mallocx() failure"); in TEST_BEGIN() 286 assert_ptr_not_null(ps[i], "Unexpected mallocx() failure, i=%u", in TEST_BEGIN() 291 assert_ptr_not_null(qs[i], "Unexpected mallocx() failure, i=%u", in TEST_BEGIN() 300 assert_ptr_not_null(ps[i], "Unexpected mallocx() failure, i=%u", in TEST_BEGIN() 310 assert_ptr_not_null(qs[i], "Unexpected rallocx() failure, i=%u", in TEST_BEGIN()
|
| A D | slab.c | 14 assert_ptr_not_null(extent_addr_get(&slab), in TEST_BEGIN()
|
| /third_party/ulib/jemalloc/test/integration/ |
| A D | rallocx.c | 58 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 64 assert_ptr_not_null(q, in TEST_BEGIN() 75 assert_ptr_not_null(q, in TEST_BEGIN() 123 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 134 assert_ptr_not_null(q, "Unexpected rallocx() error"); in TEST_BEGIN() 165 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 169 assert_ptr_not_null(q, in TEST_BEGIN() 192 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 196 assert_ptr_not_null(q, in TEST_BEGIN() 228 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN()
|
| A D | xallocx.c | 32 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 48 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 64 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 140 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 170 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 203 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 238 assert_ptr_not_null(p, "Unexpected mallocx() error"); in TEST_BEGIN() 250 assert_ptr_not_null(p, "Unexpected rallocx() failure"); in TEST_BEGIN() 284 assert_ptr_not_null(p, "Unexpected rallocx() failure"); in TEST_BEGIN() 342 assert_ptr_not_null(p, "Unexpected mallocx() error"); in test_zero() [all …]
|
| A D | mallocx.c | 136 assert_ptr_not_null(p, in TEST_BEGIN() 144 assert_ptr_not_null(p, in TEST_BEGIN() 151 assert_ptr_not_null(p, in TEST_BEGIN() 189 assert_ptr_not_null(ps[i], in TEST_BEGIN()
|
| A D | thread_arena.c | 15 assert_ptr_not_null(p, "Error in malloc()"); in thd_start() 51 assert_ptr_not_null(p, "Error in malloc()"); in TEST_BEGIN()
|
| A D | extent.c | 38 assert_ptr_not_null(p, "Unexpected mallocx() error"); in test_extent_body() 61 assert_ptr_not_null(p, "Unexpected mallocx() error"); in test_extent_body() 85 assert_ptr_not_null(p, "Unexpected mallocx() error"); in test_extent_body()
|
| A D | overflow.c | 34 assert_ptr_not_null(p, "Unexpected malloc() OOM"); in TEST_BEGIN()
|
| /third_party/ulib/jemalloc/test/include/test/ |
| A D | btalloc.h | 29 assert_ptr_not_null(p, "Unexpected mallocx() failure"); \
|