mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-01 19:37:19 +03:00
HPA: Track dirty stats.
This commit is contained in:
parent
68a1666e91
commit
d3e5ea03c5
4 changed files with 72 additions and 20 deletions
|
|
@ -29,6 +29,8 @@ struct psset_bin_stats_s {
|
|||
size_t npageslabs;
|
||||
/* Of them, how many pages are active? */
|
||||
size_t nactive;
|
||||
/* And how many are dirty? */
|
||||
size_t ndirty;
|
||||
};
|
||||
|
||||
typedef struct psset_stats_s psset_stats_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue