Searched refs:usize_min (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/jemalloc/src/ |
H A D | large.c | 219 large_ralloc_no_move(tsdn_t *tsdn, extent_t *extent, size_t usize_min, in large_ralloc_no_move() argument 224 assert(usize_min > 0 && usize_max <= SC_LARGE_MAXCLASS); in large_ralloc_no_move() 237 if (usize_min < usize_max && usize_min > oldusize && in large_ralloc_no_move() 238 large_ralloc_no_move_expand(tsdn, extent, usize_min, in large_ralloc_no_move() 249 if (oldusize >= usize_min && oldusize <= usize_max) { in large_ralloc_no_move()
|
H A D | arena.c | 1752 size_t usize_min = sz_s2u(size); in arena_ralloc_no_move() local 1754 if (likely(oldsize <= SC_SMALL_MAXCLASS && usize_min in arena_ralloc_no_move() 1773 ret = large_ralloc_no_move(tsdn, extent, usize_min, usize_max, in arena_ralloc_no_move()
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | large_externs.h | 9 bool large_ralloc_no_move(tsdn_t *tsdn, extent_t *extent, size_t usize_min,
|