struct EvictedPageCounts
Defined at line 68 of file ../../zircon/kernel/vm/include/vm/evictor.h
We count non-loaned and loaned evicted pages separately since the eviction goal is set in terms
of non-loaned pages (for now) so in order to verify expected behavior in tests we keep separate
counts.
Public Members
uint64_t pager_backed
uint64_t pager_backed_loaned
uint64_t discardable
uint64_t compressed
Public Methods
EvictedPageCounts & operator+= (const EvictedPageCounts & counts)
Defined at line 82 of file ../../zircon/kernel/vm/include/vm/evictor.h
EvictedPageCounts operator- (const EvictedPageCounts & counts)
Defined at line 89 of file ../../zircon/kernel/vm/include/vm/evictor.h
uint64_t non_loaned_total ()
Defined at line 96 of file ../../zircon/kernel/vm/include/vm/evictor.h