Searched refs:jemalloc_ffs (Results 1 – 4 of 4) sorted by relevance
121 int jemalloc_ffs(int bitmap);143 jemalloc_ffs(int bitmap) in jemalloc_ffs() function235 return (jemalloc_ffs(x) - 2); in lg_floor()
184 * instead, use jemalloc_ffs() or jemalloc_ffsl() from util.h.
962 shift = jemalloc_ffs(interval) - 1; in arena_run_regind()
2918 size_t align_min = ZU(1) << (jemalloc_ffs(bin_info->reg_size) - in bin_info_run_size_calc()