MemoryAllocator

A memory allocator similar to the function malloc in C.

Commands

Compile, run & test

make 
bash ./run_all_mcontest.sh

Clean

make clean