Category
page 1Memory management algorithms
page replacement algorithm
algorithm in an OS that decides which memory pages to page out (swap out, write to disk) when a requested page is not in memory (page fault) and a free page cannot be used to satisfy the allocation (because there are too few or none)
cache algorithm
algorithm for caching data
Buddy memory allocation
memory allocation algorithm
Least frequently used
Algorithm for caching data
LRU
paging algorithm