Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dpsset.c99 fb_unset(psset->pageslab_bitmap, PSSET_NPSIZES, (size_t)pind); in psset_hpdata_heap_remove()
247 fb_unset(psset->purge_bitmap, PSSET_NPURGE_LISTS, ind); in psset_maybe_remove_purge_list()
H A Deset.c128 fb_unset(eset->bitmap, ESET_NPSIZES, (size_t)pind); in eset_remove()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dfb.h67 fb_unset(fb_group_t *fb, size_t nbits, size_t bit) { in fb_unset() function