mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 00:57:19 +03:00
PA: move in ecache_grow.
This commit is contained in:
parent
32cb7c2f0b
commit
acd0bf6a26
6 changed files with 32 additions and 29 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue