Home
last modified time | relevance | path

Searched refs:PSSET_NPSIZES (Results 1 – 5 of 5) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dpsset.h21 #define PSSET_NPSIZES 64 macro
32 #define PSSET_NPURGE_LISTS (2 * PSSET_NPSIZES)
51 psset_bin_stats_t nonfull_slabs[PSSET_NPSIZES][2];
69 hpdata_age_heap_t pageslabs[PSSET_NPSIZES];
71 fb_group_t pageslab_bitmap[FB_NGROUPS(PSSET_NPSIZES)];
/src/contrib/jemalloc/src/
H A Dpsset.c10 for (unsigned i = 0; i < PSSET_NPSIZES; i++) { in psset_init()
13 fb_init(psset->pageslab_bitmap, PSSET_NPSIZES); in psset_init()
37 for (pszind_t i = 0; i < PSSET_NPSIZES; i++) { in psset_stats_accum()
71 for (pszind_t pind = 0; pind < PSSET_NPSIZES; pind++) { in psset_bin_stats_insert_remove()
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()
122 assert(pind < PSSET_NPSIZES); in psset_stats_insert()
140 assert(pind < PSSET_NPSIZES); in psset_stats_remove()
172 assert(pind < PSSET_NPSIZES); in psset_alloc_container_insert()
193 assert(pind < PSSET_NPSIZES); in psset_alloc_container_remove()
[all …]
H A Dhpa.c962 for (pszind_t i = 0; i < PSSET_NPSIZES; i++) { in hpa_assert_empty()
H A Dstats.c950 for (pszind_t j = 0; j < PSSET_NPSIZES && j < SC_NPSIZES; j++) { in stats_arena_hpa_shard_print()
H A Dctl.c3817 if (j >= PSSET_NPSIZES) { in stats_arenas_i_hpa_shard_nonfull_slabs_j_index()