Searched defs:psset (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/jemalloc/src/ |
| H A D | psset.c | 9 psset_init(psset_t *psset) { in psset_init() 51 psset_bin_stats_insert_remove(psset_t *psset, psset_bin_stats_t *binstats, in psset_bin_stats_insert_remove() 84 psset_bin_stats_insert(psset_t *psset, psset_bin_stats_t *binstats, in psset_bin_stats_insert() 90 psset_bin_stats_remove(psset_t *psset, psset_bin_stats_t *binstats, in psset_bin_stats_remove() 96 psset_hpdata_heap_remove(psset_t *psset, pszind_t pind, hpdata_t *ps) { in psset_hpdata_heap_remove() 104 psset_hpdata_heap_insert(psset_t *psset, pszind_t pind, hpdata_t *ps) { in psset_hpdata_heap_insert() 112 psset_stats_insert(psset_t* psset, hpdata_t *ps) { in psset_stats_insert() 130 psset_stats_remove(psset_t *psset, hpdata_t *ps) { in psset_stats_remove() 152 psset_alloc_container_insert(psset_t *psset, hpdata_t *ps) { in psset_alloc_container_insert() 180 psset_alloc_container_remove(psset_t *psset, hpdata_t *ps) { in psset_alloc_container_remove() [all …]
|
| H A D | hpa.c | 958 hpa_assert_empty(tsdn_t *tsdn, hpa_shard_t *shard, psset_t *psset) { in hpa_assert_empty()
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | psset.h | 117 psset_npageslabs(psset_t *psset) { in psset_npageslabs() 122 psset_nactive(psset_t *psset) { in psset_nactive() 127 psset_ndirty(psset_t *psset) { in psset_ndirty()
|
| H A D | hpa.h | 107 psset_t psset; member
|