Lines Matching refs:usize_max
137 size_t usize_max, bool zero) in huge_ralloc_no_move_similar() argument
146 for (usize = usize_min; usize < usize_max && (usize_next = s2u(usize+1)) in huge_ralloc_no_move_similar()
291 size_t usize_max, bool zero) in huge_ralloc_no_move() argument
296 assert(usize_min > 0 && usize_max <= HUGE_MAXCLASS); in huge_ralloc_no_move()
299 if (oldsize < chunksize || usize_max < chunksize) in huge_ralloc_no_move()
302 if (CHUNK_CEILING(usize_max) > CHUNK_CEILING(oldsize)) { in huge_ralloc_no_move()
304 if (!huge_ralloc_no_move_expand(ptr, oldsize, usize_max, in huge_ralloc_no_move()
310 if (usize_min < usize_max && CHUNK_CEILING(usize_min) > in huge_ralloc_no_move()
323 && CHUNK_CEILING(oldsize) <= CHUNK_CEILING(usize_max)) { in huge_ralloc_no_move()
324 huge_ralloc_no_move_similar(ptr, oldsize, usize_min, usize_max, in huge_ralloc_no_move()
331 if (CHUNK_CEILING(oldsize) > CHUNK_CEILING(usize_max)) { in huge_ralloc_no_move()
332 if (!huge_ralloc_no_move_shrink(ptr, oldsize, usize_max)) { in huge_ralloc_no_move()