项目作者: josefelipetto

项目描述 :
Fifo memory management algorithm
高级语言: C
项目地址: git://github.com/josefelipetto/memory-mng-fifo.git
创建时间: 2017-07-03T23:33:10Z
项目社区:https://github.com/josefelipetto/memory-mng-fifo

开源协议:

下载


memory-mng-fifo

Fifo memory management algorithm

To test the algorithm, just call the function execute, that expects 3 parameters: the linked list with the values to be managed,
the number of frames of the memory you want to simulate and the number of file just for output reasons. I’ve created a function
called test, that test the algorithm with four different files and number of frames.

FEEL FREE TO CONTRIBUTE.