mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 17:47:22 +03:00
PA->PAC: Move in decay functions.
This commit is contained in:
parent
4ee75be3a3
commit
6a2774719f
6 changed files with 230 additions and 44 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue