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