Lines Matching full:mallocx
59 p = mallocx(1, 0);
60 assert_ptr_not_null(p, "Unexpected mallocx() error");
124 p = mallocx(start_size, MALLOCX_ZERO);
125 assert_ptr_not_null(p, "Unexpected mallocx() error");
166 p = mallocx(1, MALLOCX_ALIGN(align));
167 assert_ptr_not_null(p, "Unexpected mallocx() error");
193 p = mallocx(1, MALLOCX_LG_ALIGN(lg_align)|MALLOCX_ZERO);
194 assert_ptr_not_null(p, "Unexpected mallocx() error");
229 p = mallocx(1, 0);
230 assert_ptr_not_null(p, "Unexpected mallocx() failure");