Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dbase.c130 base_get_num_blocks(base_t *base, bool with_new_block) { in base_get_num_blocks() argument
134 size_t n_blocks = with_new_block ? 2 : 1; in base_get_num_blocks()