PA: move in ecache_grow.

This commit is contained in:
David Goldblatt
2020-03-08 13:47:02 -07:00
committed by David Goldblatt
parent 32cb7c2f0b
commit acd0bf6a26
6 changed files with 32 additions and 29 deletions

View File

@@ -163,9 +163,6 @@ struct arena_s {
arena_decay_t decay_dirty; /* dirty --> muzzy */
arena_decay_t decay_muzzy; /* muzzy --> retained */
/* The grow info for the retained ecache. */
ecache_grow_t ecache_grow;
/*
* bins is used to store heaps of free regions.
*

View File

@@ -30,6 +30,9 @@ struct pa_shard_s {
/* The source of edata_t objects. */
edata_cache_t edata_cache;
/* The grow info for the retained ecache. */
ecache_grow_t ecache_grow;
pa_shard_stats_t *stats;
};