ch05: ☆active count = usage count?
207ページ、最後の文:
When it wants to update the active count for a page, it uses pmap_ts_referenced() to count the number of uses of the page since it was last scanned.
この active count は、usage count と同じ意味なんだろうか。多分そうなんだろうなあ...
文章中ではここにしか登場しないが、擬似コードの中では使われている。
コメント