Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dbin.c44 szind_t ind1 = sz_size2index_compute(start_size); in bin_update_shard_size()
45 szind_t ind2 = sz_size2index_compute(end_size); in bin_update_shard_size()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dsz.h121 sz_size2index_compute(size_t size) { in sz_size2index_compute() function
159 assert(ret == sz_size2index_compute(size)); in sz_size2index_lookup()
168 return sz_size2index_compute(size); in sz_size2index()