Page Replacement Algorithms

Home > Computer Science > Computer Architecture > Cache and Memory Management > Page Replacement Algorithms

A set of algorithms implemented for deciding which page to remove from memory when there is not enough space. Examples are LRU, FIFO, and OPT.