Lines Matching full:small0
150 size_t small0, hugemax;
154 small0 = get_small_size(0);
157 p = mallocx(small0, 0);
161 assert_zu_eq(xallocx(p, 1, 0, 0), small0,
180 size_t small0, hugemax;
184 small0 = get_small_size(0);
187 p = mallocx(small0, 0);
212 size_t small0, small1, hugemax;
216 small0 = get_small_size(0);
220 p = mallocx(small0, 0);
223 assert_zu_eq(xallocx(p, small1, 0, 0), small0,
226 assert_zu_eq(xallocx(p, small1, 0, 0), small0,
229 assert_zu_eq(xallocx(p, small0, small1 - small0, 0), small0,
233 assert_zu_eq(xallocx(p, small0, hugemax - small0 + 1, 0), small0,
235 assert_zu_eq(xallocx(p, small0, SIZE_T_MAX - small0, 0), small0,