Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbitmap.h301 bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo) { in bitmap_sfu() function
/freebsd/contrib/jemalloc/src/
H A Darena.c279 regind = bitmap_sfu(slab_data->bitmap, &bin_info->bitmap_info); in arena_slab_reg_alloc()
296 size_t regind = bitmap_sfu(slab_data->bitmap, in arena_slab_reg_alloc_batch()
/freebsd/contrib/jemalloc/
H A DChangeLog637 - Fix the linear scan version of bitmap_sfu() to shift by the proper amount