Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dpsset.c13 fb_init(psset->pageslab_bitmap, PSSET_NPSIZES); in psset_init()
99 fb_unset(psset->pageslab_bitmap, PSSET_NPSIZES, (size_t)pind); in psset_hpdata_heap_remove()
106 fb_set(psset->pageslab_bitmap, PSSET_NPSIZES, (size_t)pind); in psset_hpdata_heap_insert()
322 pszind_t pind = (pszind_t)fb_ffs(psset->pageslab_bitmap, PSSET_NPSIZES, in psset_pick_alloc()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dpsset.h71 fb_group_t pageslab_bitmap[FB_NGROUPS(PSSET_NPSIZES)]; member