Home
last modified time | relevance | path

Searched refs:max_usize (Results 1 – 1 of 1) sorted by relevance

/external/jemalloc/src/
Djemalloc.c2216 size_t alignment, size_t max_usize, bool zero, prof_tctx_t *tctx) argument
2230 if (max_usize < LARGE_MINCLASS)
2244 size_t max_usize, usize; local
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);