Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dpsset.c106 fb_set(psset->pageslab_bitmap, PSSET_NPSIZES, (size_t)pind); in psset_hpdata_heap_insert()
258 fb_set(psset->purge_bitmap, PSSET_NPURGE_LISTS, ind); in psset_maybe_insert_purge_list()
H A Deset.c81 fb_set(eset->bitmap, ESET_NPSIZES, (size_t)pind); in eset_insert()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dfb.h59 fb_set(fb_group_t *fb, size_t nbits, size_t bit) { in fb_set() function