Custom Malloc and Free A simple malloc and free implementation that uses a link list to manage memory. Running the test program Compile using make. $ make Run test. $ ./test