mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-15 21:27:18 +03:00
PA->PAC: Move in stats.
This commit is contained in:
parent
db211eefbf
commit
7391382349
11 changed files with 159 additions and 144 deletions
|
|
@ -90,7 +90,7 @@ do_alloc_free_purge(void *arg) {
|
|||
&test_data->shard.pac.decay_dirty.mtx);
|
||||
pa_decay_all(TSDN_NULL, &test_data->shard,
|
||||
&test_data->shard.pac.decay_dirty,
|
||||
&test_data->stats.decay_dirty,
|
||||
&test_data->shard.pac.stats->decay_dirty,
|
||||
&test_data->shard.pac.ecache_dirty, true);
|
||||
malloc_mutex_unlock(TSDN_NULL,
|
||||
&test_data->shard.pac.decay_dirty.mtx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue