second-chance-replacement
There are 10 repositories under second-chance-replacement topic.
Sitaras/os-memory-simulator
Memory management simulator, using Hashed Page Table. Page Replacement Algorithms: Least Recently Used (LRU) and Second Chance.
negarhonarvar/Memory-Management
Memory management project for OS course
c-ease/page-replacement-in-c
Page replacement algorithms implemented in c language: FIFO, LRU, Optimal, MFU, LFU, Second chance
RushiMayur/page-replacement-app
Implementation of Least Recently Used (LRU) and Second Chance page replacement in android
juliorodrigues07/virtual_memory_sim
Implementação de um simulador de memória virtual, aplicando algoritmos de substituição de página LRU, NRU e Second Chance.
adityatripathiiit/Caching-Policies
Implementation and comparison of various caching policies, on different type of workloads
antimattercorrade/Page_Replacement_Policies
Implementation of various page replacement policies including First in First out (FIFO), Least Recently Used (LRU), Approximate LRU and Random.
GeovanaS/MemVirtual
Programa em C que simula o funcionamento do gerenciamento de memória virtual em um sistema operacional.
moharamfatema/page-replacement
Page replacement algorithms for memory management in operating systems
pspanoudakis/OS-Memory-Page-Management
Simulator of a Memory Page Management System, focused on process Page Tables & Page Replacement algorithms.