Lines Matching refs:assert_zu_eq
30 assert_zu_eq(tsz, sz, "Unexpected size change: %zu --> %zu", sz, tsz); in TEST_BEGIN()
45 assert_zu_eq(tsz, sz, "Unexpected size change: %zu --> %zu", sz, tsz); in TEST_BEGIN()
60 assert_zu_eq(tsz, sz, "Unexpected size change: %zu --> %zu", sz, tsz); in TEST_BEGIN()
128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
194 assert_zu_eq(xallocx(p, small0, small1 - small0, 0), small0, in TEST_BEGIN()
198 assert_zu_eq(xallocx(p, small0, largemax - small0 + 1, 0), small0, in TEST_BEGIN()
200 assert_zu_eq(xallocx(p, small0, SIZE_T_MAX - small0, 0), small0, in TEST_BEGIN()
222 assert_zu_eq(xallocx(p, large3, 0, flags), large3, in TEST_BEGIN()
235 assert_zu_eq(xallocx(p, large1, large3 - large1, flags), large3, in TEST_BEGIN()
237 assert_zu_eq(xallocx(p, large2, large3 - large2, flags), large3, in TEST_BEGIN()