Searched refs:usize_min (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/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 <= LARGE_MAXCLASS); in large_ralloc_no_move() 236 if (usize_min < usize_max && usize_min > oldusize && in large_ralloc_no_move() 237 large_ralloc_no_move_expand(tsdn, extent, usize_min, in large_ralloc_no_move() 248 if (oldusize >= usize_min && oldusize <= usize_max) { in large_ralloc_no_move()
|
| H A D | arena.c | 1592 size_t usize_min = sz_s2u(size); in arena_ralloc_no_move() local 1594 if (likely(oldsize <= SMALL_MAXCLASS && usize_min <= SMALL_MAXCLASS)) { in arena_ralloc_no_move() 1610 return large_ralloc_no_move(tsdn, extent, usize_min, usize_max, in arena_ralloc_no_move()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | large_externs.h | 7 bool large_ralloc_no_move(tsdn_t *tsdn, extent_t *extent, size_t usize_min,
|