Home
last modified time | relevance | path

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

12

/third_party/ulib/jemalloc/test/unit/
A Dbase.c42 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 Ddecay.c35 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 Dprof_gdump.c39 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 Dprof_tctx.c23 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 Dfork.c14 assert_ptr_not_null(p, "Unexpected malloc() failure"); in TEST_BEGIN()
21 assert_ptr_not_null(p, "Unexpected malloc() failure"); in TEST_BEGIN()
A Dstats.c39 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 Dzero.c17 assert_ptr_not_null((void *)s, "Unexpected mallocx() failure"); in test_zero()
39 assert_ptr_not_null((void *)s, in test_zero()
A Dtsd.c45 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 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()
A Da0.c8 assert_ptr_not_null(p, "Unexpected a0malloc() error"); in TEST_BEGIN()
A Drtree.c18 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 Dpages.c12 assert_ptr_not_null(pages, "Unexpected pages_map() error"); in TEST_BEGIN()
A Dprof_reset.c117 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 Dbitmap.c178 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 Dprof_idump.c47 assert_ptr_not_null(p, "Unexpected mallocx() failure"); in TEST_BEGIN()
A Djunk.c79 assert_ptr_not_null((void *)s, "Unexpected mallocx() failure"); in test_junk()
105 assert_ptr_not_null((void *)t, in test_junk()
A Dmallctl.c225 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 Dslab.c14 assert_ptr_not_null(extent_addr_get(&slab), in TEST_BEGIN()
/third_party/ulib/jemalloc/test/integration/
A Drallocx.c58 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 Dxallocx.c32 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 Dmallocx.c136 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 Dthread_arena.c15 assert_ptr_not_null(p, "Error in malloc()"); in thd_start()
51 assert_ptr_not_null(p, "Error in malloc()"); in TEST_BEGIN()
A Dextent.c38 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 Doverflow.c34 assert_ptr_not_null(p, "Unexpected malloc() OOM"); in TEST_BEGIN()
/third_party/ulib/jemalloc/test/include/test/
A Dbtalloc.h29 assert_ptr_not_null(p, "Unexpected mallocx() failure"); \

Completed in 27 milliseconds

12