Skip to content

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

Notifications You must be signed in to change notification settings

chaitanyamehta/custom-malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published