advanced_operating_systems_2020
advanced_operating_systems_2020 copied to clipboard
Use buddy system to allocate blocks in libmm
We currently use a worst-fit model. If we encounter problems regarding the performance of allocation, we might want to consider switching to a buddy system.
More information on how this works algorithmically can be found in "Operating Systems - Internals and Design Principles" by William Stallings, page 317ff in the seventh edition.