Home | History | Annotate | Download | only in integration

Lines Matching refs:rsz

191 		size_t nsz, rsz, smz;
200 rsz = sallocx(p, 0);
201 expect_zu_ge(rsz, sz, "Real size smaller than expected");
202 expect_zu_eq(nsz, rsz, "nallocx()/sallocx() size mismatch");
221 rsz = sallocx(p, 0);
222 expect_zu_eq(nsz, rsz, "nallocx()/sallocx() rsize mismatch");
242 size_t nsz, rsz, smz, alignment, total;
269 rsz = sallocx(ps[i], 0);
271 expect_zu_ge(rsz, sz,
274 expect_zu_eq(nsz, rsz,
285 total += rsz;