mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-03 18:47:54 +03:00
Rename arena_decay_t's ndirty to nunpurged.
This commit is contained in:
parent
411697adcd
commit
884fa22b8c
2 changed files with 5 additions and 5 deletions
|
|
@ -106,7 +106,7 @@ struct arena_decay_s {
|
|||
* arena->ndirty to determine how many dirty pages, if any, were
|
||||
* generated.
|
||||
*/
|
||||
size_t ndirty;
|
||||
size_t nunpurged;
|
||||
/*
|
||||
* Trailing log of how many unused dirty pages were generated during
|
||||
* each of the past SMOOTHSTEP_NSTEPS decay epochs, where the last
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue