Home | History | Annotate | Download | only in unit

Lines Matching refs:SZ

15 #define	SZ	(ZU(1) << (LG_PAGE - 2))
17 #define SZ 4096
30 size_t sz;
33 sz = sizeof(nbins);
34 assert_d_eq(mallctl("arenas.nbins", (void *)&nbins, &sz, NULL, 0), 0,
46 sz = sizeof(size);
47 assert_d_eq(mallctlbymib(mib, miblen, (void *)&size, &sz, NULL,
49 if (size == SZ)
61 size_t sz;
69 sz = sizeof(nregs);
70 assert_d_eq(mallctlbymib(mib, miblen, (void *)&nregs, &sz, NULL,
78 size_t sz;
87 sz = sizeof(run_size);
88 assert_d_eq(mallctlbymib(mib, miblen, (void *)&run_size, &sz, NULL,
111 size_t sz;
113 sz = sizeof(arena_ind);
114 assert_d_eq(mallctl("arenas.extend", (void *)&arena_ind, &sz, NULL, 0),
146 void *p = mallocx(SZ, MALLOCX_ARENA(arena_ind) |
151 SZ, arena_ind, i, j);
187 p = mallocx(SZ, MALLOCX_ARENA(arena_ind) |