Lines Matching refs:small0
132 size_t small0, largemax; in TEST_BEGIN() local
136 small0 = get_small_size(0); in TEST_BEGIN()
139 p = mallocx(small0, 0); in TEST_BEGIN()
143 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
162 size_t small0, largemax; in TEST_BEGIN() local
166 small0 = get_small_size(0); in TEST_BEGIN()
169 p = mallocx(small0, 0); in TEST_BEGIN()
194 size_t small0, small1, largemax; in TEST_BEGIN() local
198 small0 = get_small_size(0); in TEST_BEGIN()
202 p = mallocx(small0, 0); in TEST_BEGIN()
205 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
208 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
211 assert_zu_eq(xallocx(p, small0, small1 - small0, 0), small0, in TEST_BEGIN()
215 assert_zu_eq(xallocx(p, small0, largemax - small0 + 1, 0), small0, in TEST_BEGIN()
217 assert_zu_eq(xallocx(p, small0, SIZE_T_MAX - small0, 0), small0, in TEST_BEGIN()