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