Searched refs:assert_ptr_null (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/test/integration/
H A Doverflow.c23 assert_ptr_null(malloc(max_size_class + 1),
25 assert_ptr_null(malloc(SIZE_T_MAX),
28 assert_ptr_null(calloc(1, max_size_class + 1),
30 assert_ptr_null(calloc(1, SIZE_T_MAX),
35 assert_ptr_null(realloc(p, max_size_class + 1),
37 assert_ptr_null(realloc(p, SIZE_T_MAX),
H A Dmallocx.c69 assert_ptr_null(mallocx(largemax+1, 0),
72 assert_ptr_null(mallocx(ZU(PTRDIFF_MAX)+1, 0),
75 assert_ptr_null(mallocx(SIZE_T_MAX, 0),
78 assert_ptr_null(mallocx(1, MALLOCX_ALIGN(ZU(PTRDIFF_MAX)+1)),
112 assert_ptr_null(mallocx(0x8000000000000000ULL,
115 assert_ptr_null(mallocx(0x8000000000000000ULL,
119 assert_ptr_null(mallocx(0x80000000UL, MALLOCX_ALIGN(0x80000000UL)),
199 assert_ptr_null(
H A Drallocx.c171 assert_ptr_null(
198 assert_ptr_null(
230 assert_ptr_null(rallocx(p, largemax+1, 0),
233 assert_ptr_null(rallocx(p, ZU(PTRDIFF_MAX)+1, 0),
236 assert_ptr_null(rallocx(p, SIZE_T_MAX, 0),
239 assert_ptr_null(rallocx(p, 1, MALLOCX_ALIGN(ZU(PTRDIFF_MAX)+1)),
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dql.c20 assert_ptr_null(ql_first(head), "Unexpected element for empty list");
21 assert_ptr_null(ql_last(head, link),
84 assert_ptr_null(ql_next(head, &entries[nentries-1], link),
87 assert_ptr_null(ql_prev(head, &entries[0], link), "Unexpected element");
H A Drb.c53 assert_ptr_null(tree_first(&tree), "Unexpected node");
54 assert_ptr_null(tree_last(&tree), "Unexpected node");
58 assert_ptr_null(tree_search(&tree, &key), "Unexpected node");
62 assert_ptr_null(tree_nsearch(&tree, &key), "Unexpected node");
66 assert_ptr_null(tree_psearch(&tree, &key), "Unexpected node");
H A Dmq.c19 assert_ptr_null(mq_tryget(&mq),
H A Drtree.c48 assert_ptr_null(rtree_read(tsdn, &rtree, &rtree_ctx, 0, false),
207 assert_ptr_null(rtree_read(tsdn, &rtree, &rtree_ctx,
263 assert_ptr_null(rtree_read(tsdn, &rtree, &rtree_ctx,
268 assert_ptr_null(rtree_read(tsdn, &rtree, &rtree_ctx,
H A Dph.c144 assert_ptr_null(heap_first(&heap), "Unexpected node");
271 assert_ptr_null(heap_first(&heap),
/fuchsia/zircon/third_party/ulib/jemalloc/test/include/test/
H A Dtest.h24 #define assert_ptr_null(a, ...) assert_cmp(void *, a, NULL, ==, \ macro

Completed in 16 milliseconds