Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Ddiv.h26 div_compute(div_info_t *div_info, size_t n) { in div_compute() function
/freebsd/contrib/jemalloc/src/
H A Darena.c351 regind = div_compute(&arena_binind_div_info[binind], diff); in arena_slab_regind()