Add PAC: Page allocator classic.
For now, this is just a stub containing the ecaches, with no surrounding code changed. Eventually all the core allocator bits will be moved in, in the subsequent stack of commits.
This commit is contained in:
committed by
David Goldblatt
parent
1b5f632e0f
commit
777b0ba965
@@ -90,7 +90,7 @@ do_alloc_free_purge(void *arg) {
|
||||
pa_decay_all(TSDN_NULL, &test_data->shard,
|
||||
&test_data->shard.decay_dirty,
|
||||
&test_data->stats.decay_dirty,
|
||||
&test_data->shard.ecache_dirty, true);
|
||||
&test_data->shard.pac.ecache_dirty, true);
|
||||
malloc_mutex_unlock(TSDN_NULL,
|
||||
&test_data->shard.decay_dirty.mtx);
|
||||
}
|
||||
|
Reference in New Issue
Block a user