Skip to content

AnmolTutejaGitHub/os-memory-management-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

how OS memory management works is it has 2 linked list (fll -> free linked list and all -> allocated linked list),
when we want to allocation some memory take it from fll and add it to all (here using first fit)
when a process ends , remove that node from all and add it to fll
defragment fll when needed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages