Home | History | Annotate | Download | only in integration

Lines Matching full:mallocx

27 	p = mallocx(42, 0);
28 assert_ptr_not_null(p, "Unexpected mallocx() error");
43 p = mallocx(42, 0);
44 assert_ptr_not_null(p, "Unexpected mallocx() error");
59 p = mallocx(42, 0);
60 assert_ptr_not_null(p, "Unexpected mallocx() error");
153 p = mallocx(small0, 0);
154 assert_ptr_not_null(p, "Unexpected mallocx() error");
183 p = mallocx(small0, 0);
184 assert_ptr_not_null(p, "Unexpected mallocx() error");
216 p = mallocx(small0, 0);
217 assert_ptr_not_null(p, "Unexpected mallocx() error");
252 p = mallocx(large2, flags);
253 assert_ptr_not_null(p, "Unexpected mallocx() error");
318 p = mallocx(huge3, flags);
319 assert_ptr_not_null(p, "Unexpected mallocx() error");
418 p = mallocx(sz, flags);
419 assert_ptr_not_null(p, "Unexpected mallocx() error");