Liblor / advanced_operating_systems_2020

Advanced Operating System Course at ETHZ
MIT License
19 stars 4 forks source link

Use worst-fit instead of best-fit in memory manager #9

Closed leopoldsedev closed 4 years ago

leopoldsedev commented 4 years ago

According to David worst-fit leads to less fragmentation in general, so we should use that or find another, even better allocation strategy.