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
-
Notifications
You must be signed in to change notification settings - Fork 0
AnmolTutejaGitHub/os-memory-management-simulator
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published