Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 354 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 354 Bytes

os18-p4

Homework task 4 in Betriebssysteme, Summerterm 2018, h_da This program simulates a memory management using the buddy-algorithm. The blocks used to manage the memory are implemented in a binary-tree structure. Free blocks are saved in a vector.

see https://en.wikipedia.org/wiki/Buddy_memory_allocation for information on buddy algorithm