HPA: Track dirty stats.
This commit is contained in:
committed by
David Goldblatt
parent
68a1666e91
commit
d3e5ea03c5
@@ -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;
|
||||
|
Reference in New Issue
Block a user