Home | History | Annotate | Download | only in integration

Lines Matching full:mallocx

170 	p = mallocx(huge0 * 2, 0);
171 assert_ptr_not_null(p, "Unexpected mallocx() error");
191 p = mallocx(huge0 * 2, 0);
192 assert_ptr_not_null(p, "Unexpected mallocx() error");
217 p = mallocx(huge2, 0);
218 assert_ptr_not_null(p, "Unexpected mallocx() error");
228 p = mallocx(large1, 0);
229 assert_ptr_not_null(p, "Unexpected mallocx() error");
245 p = mallocx(42, 0);
246 assert_ptr_not_null(p, "Unexpected mallocx() error");