PA: Move in decay_to_limit

This commit is contained in:
David Goldblatt
2020-03-11 13:29:44 -07:00
committed by David Goldblatt
parent 103f5feda5
commit f012c43be0
3 changed files with 47 additions and 47 deletions

View File

@@ -146,5 +146,8 @@ size_t pa_stash_decayed(tsdn_t *tsdn, pa_shard_t *shard, ecache_t *ecache,
size_t pa_decay_stashed(tsdn_t *tsdn, pa_shard_t *shard, decay_t *decay,
pa_shard_decay_stats_t *decay_stats, ecache_t *ecache, bool fully_decay,
edata_list_t *decay_extents);
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);
#endif /* JEMALLOC_INTERNAL_PA_H */