Home
last modified time | relevance | path

Searched refs:psset_t (Results 1 – 4 of 4) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dpsset.h63 typedef struct psset_s psset_t; typedef
96 void psset_init(psset_t *psset);
103 void psset_update_begin(psset_t *psset, hpdata_t *ps);
104 void psset_update_end(psset_t *psset, hpdata_t *ps);
107 hpdata_t *psset_pick_alloc(psset_t *psset, size_t size);
109 hpdata_t *psset_pick_purge(psset_t *psset);
111 hpdata_t *psset_pick_hugify(psset_t *psset);
113 void psset_insert(psset_t *psset, hpdata_t *ps);
114 void psset_remove(psset_t *psset, hpdata_t *ps);
117 psset_npageslabs(psset_t *psset) { in psset_npageslabs()
[all …]
H A Dhpa.h107 psset_t psset;
/src/contrib/jemalloc/src/
H A Dpsset.c9 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 Dhpa.c958 hpa_assert_empty(tsdn_t *tsdn, hpa_shard_t *shard, psset_t *psset) { in hpa_assert_empty()