Lines Matching full:max_usize
2216 size_t alignment, size_t max_usize, bool zero, prof_tctx_t *tctx)
2230 if (max_usize < LARGE_MINCLASS)
2244 size_t max_usize, usize;
2254 max_usize = (alignment == 0) ? s2u(size+extra) : sa2u(size+extra,
2256 tctx = prof_alloc_prep(tsd, max_usize, false);
2259 alignment, zero, max_usize, tctx);