页式管理_百度百科 多,缺页次数反而增加的奇怪现象。这种现象称为Belady现象。 最近最久未使用页面置换算法 最近最久未使用页面置换算法(LRU, Least Recently Used): 选择内存中最久未使用的页面被置换。这是局部性原理的合理近似,性能接近最佳算法。但由于需要记录
基于4个网页-相关网页
页式管理_百度百科 多,缺页次数反而增加的奇怪现象。这种现象称为Belady现象。 最近最久未使用页面置换算法 最近最久未使用页面置换算法(LRU, Least Recently Used): 选择内存中最久未使用的页面被置换。这是局部性原理的合理近似,性能接近最佳算法。但由于需要记录
基于2个网页-相关网页
选择一个页面来交换存储的过程被称为一个页面置换算法,可以通过使用许多算法(至少是最近使用的)来实现。
The process by which a page is selected to swap to storage is called a page-replacement algorithm and can be implemented using a number of algorithms (such as least recently used).
可以使用 VMM 的页面置换算法来选择要重新分配页帧的虚拟内存页面。
The virtual memory pages whose page frames are to be reassigned are selected using the VMM's page replacement algorithm.
VMM一直在后台运行,尝试使用前面介绍的页面置换算法偷取最近没有引用过的页帧。
VMM is constantly lurking and working in the background trying to steal frames that have not been recently referenced, using the page replacement algorithm discussed earlier.
应用推荐