PA: Move in decay-all pathway.

This commit is contained in:
David Goldblatt
2020-03-11 14:56:05 -07:00
committed by David Goldblatt
parent 65698b7f2e
commit 2d6eec7b5c
3 changed files with 14 additions and 7 deletions

View File

@@ -144,5 +144,7 @@ void pa_dalloc(tsdn_t *tsdn, pa_shard_t *shard, edata_t *edata,
void pa_decay_to_limit(tsdn_t *tsdn, pa_shard_t *shard, decay_t *decay,
pa_shard_decay_stats_t *decay_stats, ecache_t *ecache, bool fully_decay,
size_t npages_limit, size_t npages_decay_max);
void pa_decay_all(tsdn_t *tsdn, pa_shard_t *shard, decay_t *decay,
pa_shard_decay_stats_t *decay_stats, ecache_t *ecache, bool fully_decay);
#endif /* JEMALLOC_INTERNAL_PA_H */