Home | History | Annotate | Download | only in unit

Lines Matching full:mallocx

45 	p = mallocx(large_maxclass+1, 0);
46 assert_ptr_not_null(p, "Unexpected mallocx() failure");
89 little = mallocx(SMALL_MAXCLASS, 0);
90 assert_ptr_not_null(little, "Unexpected mallocx() failure");
91 large = mallocx(large_maxclass, 0);
92 assert_ptr_not_null(large, "Unexpected mallocx() failure");
93 huge = mallocx(chunksize, 0);
94 assert_ptr_not_null(huge, "Unexpected mallocx() failure");
156 p = mallocx(SMALL_MAXCLASS, 0);
157 assert_ptr_not_null(p, "Unexpected mallocx() failure");
203 p = mallocx(large_maxclass, 0);
204 assert_ptr_not_null(p, "Unexpected mallocx() failure");
247 p = mallocx(chunksize, 0);
248 assert_ptr_not_null(p, "Unexpected mallocx() failure");
288 p = mallocx(arena_bin_info[0].reg_size, 0);
289 assert_ptr_not_null(p, "Unexpected mallocx() failure");
361 p = mallocx(LARGE_MINCLASS, 0);
362 assert_ptr_not_null(p, "Unexpected mallocx() failure");
405 p = mallocx(chunksize, 0);
406 assert_ptr_not_null(p, "Unexpected mallocx() failure");