mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-20 02:45:50 +03:00
Extent -> Eset: Rename arena members.
This commit is contained in:
parent
e144b21e4b
commit
821dd53a1d
6 changed files with 59 additions and 59 deletions
|
|
@ -162,9 +162,9 @@ struct arena_s {
|
|||
*
|
||||
* Synchronization: internal.
|
||||
*/
|
||||
eset_t extents_dirty;
|
||||
eset_t extents_muzzy;
|
||||
eset_t extents_retained;
|
||||
eset_t eset_dirty;
|
||||
eset_t eset_muzzy;
|
||||
eset_t eset_retained;
|
||||
|
||||
/*
|
||||
* Decay-based purging state, responsible for scheduling extent state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue