Tracking actual memory utilization
Tracking actual memory utilization
Posted May 1, 2015 11:23 UTC (Fri) by etienne (guest, #25256)Parent article: Tracking actual memory utilization
> That action will make the page inaccessible (much like the normal kernel usage tracking does) so that a fault will result whenever a process tries to read or write that page
I believe Intel/AMD processor have an "accessed" bit for each page so that you would not need to make the page inaccessible (and save the exception CPU time to swap it back to accessible, all being done in hardware).
I believe ARM do not have that "accessed" bit.