memory-simulator
There are 11 repositories under memory-simulator topic.
bcrafton/processor
A compiler, assembler, and processor.
PaulaZa5/memory-allocator
Operating Systems Memory Allocation Simulator
allexlima/PyBestfit
:vhs: Memory allocation simulator using best fit algorithm. Software written in Python and PyQt. The best fit deals with an algorithm that searches the first closest memory block size of process size to alloc it one. And as an advantage, best fit provide a memory utilization more optimized.
Sacusa/ChampSim
Modified ChampSim simulator for memory subsystem research.
Akter8/memory-subsystem-simulator
Simulates a memory-subsystem encompassing a bi-level TLB and a bi-level cache system along with a main memory following segmentation with paging with all different replacement policies
Sacusa/ChampSim-CASS
Modification to vanilla ChampSim simulator to remove/minimize the effect of cache memory for use in CASS 2018 at IIT-K.
castlenum/Virtual-Memory-Management-Simulator
One-level page table system with FIFO and LRU and Two-level page table system with LRU and Inverted page table with a hashing system
ferreirasara/simulador-troca-de-pagina
A memory simulator with the objective of testing the page-switching algorithms, studied in the Advanced Operating Systems discipline, from the Computer Science Bachelor course.
MarianoAlipi/virtual-memory-manager
A memory simulator that uses several virtual memory techniques to handle multiple processes. Final project for the operating systems course.
skyisveryblue1/memory-simulator
Memory Simulator developed by C++