An open API service indexing awesome lists of open source software.

https://github.com/negarhonarvar/memory-management

Memory management project for OS course
https://github.com/negarhonarvar/memory-management

fifo-page-replacement lru-cache operating-systems second-chance-replacement

Last synced: about 1 year ago
JSON representation

Memory management project for OS course

Awesome Lists containing this project

README

          

# Memory-Management

Memory management project for Operating Systems course

In this project we use LRU ,second chance and FIFO algorithms to handle the memory management task.
we use normal and circular queue to do the management . A Client and sever is Implemented to perform the demanding process.