Skip to content
/ malloc Public

A not-so-thoroughly tested implementation of malloc

License

Notifications You must be signed in to change notification settings

alevann/malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

malloc

Implementation of malloc I made following this CS170 lab assignment.

I modified slightly the header file provided in the lab meaning the tests files (also provided in the lab) won't work.

Building and testing

You can build with make, should work on both Windows and Linux, probably MacOS as well but don't quote me on that; defaults to build with gcc but you can change that in the makefile.

Running the resulting executable will run the tests.

make malloctests

About

A not-so-thoroughly tested implementation of malloc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published