Lines Matching defs:size
46 return (get_size_impl("arenas.hchunk.0.size", ind));
56 "Expected OOM for mallocx(size=%#zx, 0)", hugemax+1);
59 "Expected OOM for mallocx(size=%#zx, 0)", ZU(PTRDIFF_MAX)+1);
62 "Expected OOM for mallocx(size=%#zx, 0)", SIZE_T_MAX);
65 "Expected OOM for mallocx(size=1, MALLOCX_ALIGN(%#zx))",
72 size_t hugemax, size, alignment;
86 "Expected OOM for mallocx(size=%#zx, 0)", hugemax);
92 size = ZU(0x8000000000000000);
95 size = ZU(0x80000000);
98 assert_ptr_null(mallocx(size, MALLOCX_ALIGN(alignment)),
99 "Expected OOM for mallocx(size=%#zx, MALLOCX_ALIGN(%#zx)", size,
117 assert_zu_ge(rsz, sz, "Real size smaller than expected");
118 assert_zu_eq(nsz, rsz, "nallocx()/sallocx() size mismatch");
160 "size=%zu (%#zx)", alignment, sz, sz);
165 "size=%zu (%#zx)", alignment, sz, sz);
168 "Real size smaller than expected for "
169 "alignment=%zu, size=%zu", alignment, sz);
171 "nallocx()/sallocx() size mismatch for "
172 "alignment=%zu, size=%zu", alignment, sz);
176 " alignment=%zu, size=%zu", ps[i],