Skip to content

theonewolf/wolfmalloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

malloc

This is just a personal experiment to understand the vagaries of malloc implementation a bit better than I ever did before. Never implemented one before :-)

Run make to get going. Try out make test to see a debug run.

To run with a custom malloc, with a shell like bash try setting LD_PRELOAD as an environment variable like:

> LD_PRELOAD=./malloc.so ./test-malloc

About

A learning exercise, learning how to implement malloc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages