Home | History | Annotate | Download | only in integration

Lines Matching refs:hugemax

146 	size_t small0, hugemax;
151 hugemax = get_huge_size(get_nhuge()-1);
161 assert_zu_le(xallocx(p, hugemax, 0, 0), hugemax,
165 assert_zu_le(xallocx(p, hugemax+1, 0, 0), hugemax,
167 assert_zu_le(xallocx(p, SIZE_T_MAX, 0, 0), hugemax,
176 size_t small0, hugemax;
181 hugemax = get_huge_size(get_nhuge()-1);
187 assert_zu_le(xallocx(p, hugemax-1, 2, 0), hugemax,
189 assert_zu_le(xallocx(p, hugemax, 1, 0), hugemax,
192 /* Test overflow such that hugemax-size underflows. */
193 assert_zu_le(xallocx(p, hugemax+1, 2, 0), hugemax,
195 assert_zu_le(xallocx(p, hugemax+2, 3, 0), hugemax,
197 assert_zu_le(xallocx(p, SIZE_T_MAX-2, 2, 0), hugemax,
199 assert_zu_le(xallocx(p, SIZE_T_MAX-1, 1, 0), hugemax,
208 size_t small0, small1, hugemax;
214 hugemax = get_huge_size(get_nhuge()-1);
229 assert_zu_eq(xallocx(p, small0, hugemax - small0 + 1, 0), small0,
241 size_t smallmax, large0, large1, large2, huge0, hugemax;
250 hugemax = get_huge_size(get_nhuge()-1);
298 assert_zu_lt(xallocx(p, large2, hugemax - large2 + 1, flags), huge0,
308 size_t largemax, huge1, huge2, huge3, hugemax;
316 hugemax = get_huge_size(get_nhuge()-1);
346 assert_zu_le(xallocx(p, hugemax+1, 0, flags), huge3,
352 assert_zu_le(xallocx(p, huge1, SIZE_T_MAX - huge1, flags), hugemax,
364 assert_zu_le(xallocx(p, huge3, hugemax - huge3 + 1, flags), hugemax,