Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 360 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 360 Bytes

memory-allocation

Variable Size Partitioning (Contiguous Allocation) Simulator using C/C++ on Linux.

A simulation that explores the effects of limited memory and memory management based on contiguous allocation. Your simulator will read information and characteristics of processes from input files and then simulate the execution of the processes.
The