Implementation of a power-of-2 memory allocator termed as Buddy system allocation
After compiling the files using the provided Makefile, run testerBuddy.py which is a python script that tests a variety of memory alloc-dealloc requests and compares the outputs with the expected outputs