Lines Matching refs:assert_zu_eq
36 assert_zu_eq(tsz, sz, "Unexpected size change: %zu --> %zu", sz, tsz); in TEST_BEGIN()
52 assert_zu_eq(tsz, sz, "Unexpected size change: %zu --> %zu", sz, tsz); in TEST_BEGIN()
68 assert_zu_eq(tsz, sz, "Unexpected size change: %zu --> %zu", sz, tsz); in TEST_BEGIN()
143 assert_zu_eq(xallocx(p, 1, 0, 0), small0, 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()
240 assert_zu_eq(xallocx(p, large3, 0, flags), large3, in TEST_BEGIN()
253 assert_zu_eq(xallocx(p, large1, large3 - large1, flags), large3, in TEST_BEGIN()
255 assert_zu_eq(xallocx(p, large2, large3 - large2, flags), large3, in TEST_BEGIN()