Searched defs:nsz (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/test/integration/
H A Dmallocx.c9 size_t nsz, rsz, sz; local
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; local
53 nsz = nallocx(sz, MALLOCX_ALIGN(alignment) |
55 assert_zu_ne(nsz,
[all...]

Completed in 871 milliseconds