Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dsz.h101 sz_pind2sz(pszind_t pind) { in sz_pind2sz() function
/freebsd/contrib/jemalloc/src/
H A Dextent.c250 ret = sz_pind2sz(pind - 1) + sz_large_pad; in extent_size_quantize_floor()
276 ret = sz_pind2sz(sz_psz2ind(ret - sz_large_pad + 1)) + in extent_size_quantize_ceil()
473 (sz_pind2sz(i) >> opt_lg_extent_max_active_fit) > size) { in extents_first_fit_locked()
1315 size_t alloc_size = sz_pind2sz(arena->extent_grow_next + egn_skip); in extent_grow_retained()
1323 alloc_size = sz_pind2sz(arena->extent_grow_next + egn_skip); in extent_grow_retained()
H A Dbase.c267 size_t next_block_size = HUGEPAGE_CEILING(sz_pind2sz(pind_next)); in base_block_alloc()
H A Dstats.c614 col_size.size_val = sz_pind2sz(j); in stats_arena_extents_print()
H A Darena.c1911 *old_limit = sz_pind2sz(arena->retain_grow_limit); in arena_retain_grow_limit_get_set()