Lines Matching full:mallocx
41 p = mallocx(arena_maxclass+1, 0);
42 assert_ptr_not_null(p, "Unexpected mallocx() failure");
85 little = mallocx(SMALL_MAXCLASS, 0);
86 assert_ptr_not_null(little, "Unexpected mallocx() failure");
87 large = mallocx(arena_maxclass, 0);
88 assert_ptr_not_null(large, "Unexpected mallocx() failure");
89 huge = mallocx(chunksize, 0);
90 assert_ptr_not_null(huge, "Unexpected mallocx() failure");
152 p = mallocx(SMALL_MAXCLASS, 0);
153 assert_ptr_not_null(p, "Unexpected mallocx() failure");
199 p = mallocx(arena_maxclass, 0);
200 assert_ptr_not_null(p, "Unexpected mallocx() failure");
243 p = mallocx(chunksize, 0);
244 assert_ptr_not_null(p, "Unexpected mallocx() failure");
284 p = mallocx(arena_bin_info[0].reg_size, 0);
285 assert_ptr_not_null(p, "Unexpected mallocx() failure");
357 p = mallocx(LARGE_MINCLASS, 0);
358 assert_ptr_not_null(p, "Unexpected mallocx() failure");
401 p = mallocx(chunksize, 0);
402 assert_ptr_not_null(p, "Unexpected mallocx() failure");