HPA: Track dirty stats.

This commit is contained in:
David Goldblatt
2020-12-03 19:15:54 -08:00
committed by David Goldblatt
parent 68a1666e91
commit d3e5ea03c5
4 changed files with 72 additions and 20 deletions

View File

@@ -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;