Searched refs:next_block_size (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/jemalloc/src/
H A Dbase.c267 size_t next_block_size = HUGEPAGE_CEILING(sz_pind2sz(pind_next)); local
268 size_t block_size = (min_block_size > next_block_size) ? min_block_size
269 : next_block_size;

Completed in 105 milliseconds