Home | History | Annotate | Download | only in integration

Lines Matching refs:rsz

192 		size_t            nsz, rsz, smz;
201 rsz = sallocx(p, 0);
202 expect_zu_ge(rsz, sz, "Real size smaller than expected");
203 expect_zu_eq(nsz, rsz, "nallocx()/sallocx() size mismatch");
222 rsz = sallocx(p, 0);
223 expect_zu_eq(nsz, rsz, "nallocx()/sallocx() rsize mismatch");
244 size_t nsz, rsz, smz, alignment, total;
270 rsz = sallocx(ps[i], 0);
272 expect_zu_ge(rsz, sz,
276 expect_zu_eq(nsz, rsz,
289 total += rsz;