PA->PAC: Move in decay functions.

This commit is contained in:
David Goldblatt
2020-06-03 14:43:28 -07:00
committed by David Goldblatt
parent 4ee75be3a3
commit 6a2774719f
6 changed files with 230 additions and 44 deletions

View File

@@ -88,7 +88,7 @@ do_alloc_free_purge(void *arg) {
&generated_dirty);
malloc_mutex_lock(TSDN_NULL,
&test_data->shard.pac.decay_dirty.mtx);
pa_decay_all(TSDN_NULL, &test_data->shard,
pac_decay_all(TSDN_NULL, &test_data->shard.pac,
&test_data->shard.pac.decay_dirty,
&test_data->shard.pac.stats->decay_dirty,
&test_data->shard.pac.ecache_dirty, true);