Home | History | Annotate | Download | only in src

Lines Matching refs:usize_min

153     size_t usize_min, size_t usize_max, bool zero)
162 for (usize = usize_min; usize < usize_max && (usize_next = s2u(usize+1))
317 huge_ralloc_no_move(tsdn_t *tsdn, void *ptr, size_t oldsize, size_t usize_min,
323 assert(usize_min > 0 && usize_max <= HUGE_MAXCLASS);
336 /* Try again, this time with usize_min. */
337 if (usize_min < usize_max && CHUNK_CEILING(usize_min) >
339 ptr, oldsize, usize_min, zero)) {
349 if (CHUNK_CEILING(oldsize) >= CHUNK_CEILING(usize_min)
351 huge_ralloc_no_move_similar(tsdn, ptr, oldsize, usize_min,