Skip to content

A C++ implementation of memory allocation strategies: first fit, next fit, best fit, and worst fit.

License

Notifications You must be signed in to change notification settings

VietAnh13/Memory_Allocation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Allocation

A C++ implementation of memory allocation strategies: first fit, next fit, best fit, and worst fit.

Input includes the number and size of each partition, as well as the number and memory requirements of the processes. The output displays the memory allocation result for each allocation strategy.

First Fit

first_fit_img

Next Fit

next_fit_img

Best Fit

best_fit_img

Worst Fit

worst_fit_img

About

A C++ implementation of memory allocation strategies: first fit, next fit, best fit, and worst fit.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages