Home | History | Annotate | Download | only in integration

Lines Matching defs:nsz

9 	size_t nsz, rsz, sz;
13 nsz = nallocx(sz, 0);
14 assert_zu_ne(nsz, 0, "Unexpected nallocx() error");
19 assert_zu_eq(nsz, rsz, "nallocx()/sallocx() size mismatch");
26 nsz = nallocx(sz, MALLOCX_ZERO);
27 assert_zu_ne(nsz, 0, "Unexpected nallocx() error");
31 assert_zu_eq(nsz, rsz, "nallocx()/sallocx() rsize mismatch");
38 size_t nsz, rsz, sz, alignment, total;
53 nsz = nallocx(sz, MALLOCX_ALIGN(alignment) |
55 assert_zu_ne(nsz, 0,
67 assert_zu_eq(nsz, rsz,