Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 234 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 234 Bytes

Custom Malloc and Free

A simple malloc and free implementation that uses a link list to manage memory.

Running the test program

  1. Compile using make.
    $ make
  2. Run test.
    $ ./test