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()
161 assert_zu_eq(xallocx(p, 1, 0, 0), small0, 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()
259 assert_zu_eq(xallocx(p, large2, 0, flags), large2, in TEST_BEGIN()
262 assert_zu_eq(xallocx(p, large0, 0, flags), large0, in TEST_BEGIN()
264 assert_zu_eq(xallocx(p, smallmax, 0, flags), large0, in TEST_BEGIN()
267 assert_zu_eq(xallocx(p, large2, 0, flags), large2, in TEST_BEGIN()
270 assert_zu_eq(xallocx(p, large0, large2 - large0, flags), large2, in TEST_BEGIN()
272 assert_zu_eq(xallocx(p, large1, large2 - large1, flags), large2, in TEST_BEGIN()
274 assert_zu_eq(xallocx(p, large0, large1 - large0, flags), large1, in TEST_BEGIN()
276 assert_zu_eq(xallocx(p, smallmax, large0 - smallmax, flags), large0, in TEST_BEGIN()
279 assert_zu_eq(xallocx(p, large0, 0, flags), large0, in TEST_BEGIN()
282 assert_zu_eq(xallocx(p, large2, 0, flags), large2, in TEST_BEGIN()
284 assert_zu_eq(xallocx(p, huge0, 0, flags), large2, in TEST_BEGIN()
287 assert_zu_eq(xallocx(p, large0, 0, flags), large0, in TEST_BEGIN()
293 assert_zu_eq(xallocx(p, large0, 0, flags), large0, in TEST_BEGIN()
296 assert_zu_eq(xallocx(p, large0, large2 - large0, flags), large2, in TEST_BEGIN()
299 assert_zu_eq(xallocx(p, large2, 0, flags), large2, in TEST_BEGIN()
325 assert_zu_eq(xallocx(p, huge3, 0, flags), huge3, in TEST_BEGIN()
333 assert_zu_eq(xallocx(p, huge3, 0, flags), huge3, in TEST_BEGIN()
336 assert_zu_eq(xallocx(p, huge1, huge3 - huge1, flags), huge3, in TEST_BEGIN()
338 assert_zu_eq(xallocx(p, huge2, huge3 - huge2, flags), huge3, in TEST_BEGIN()
340 assert_zu_eq(xallocx(p, huge1, huge2 - huge1, flags), huge2, in TEST_BEGIN()
365 assert_zu_eq(xallocx(p, huge3, 0, flags), huge3, in TEST_BEGIN()
437 assert_zu_eq(xallocx(p, sz, 0, flags), sz, in test_zero()
444 assert_zu_eq(xallocx(p, sz+1, 0, flags), nsz, in test_zero()