Skip to content
/ malloc Public

Educational implementation of a malloc and free function

Notifications You must be signed in to change notification settings

zaccone/malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

malloc

Simplistic implementation of a malloc(), calloc(), realloc() and free() functions. It's surely not production ready, so you are not advised to use it.

Installation

$ make all

$ LD_PRELOAD=./malloc.so /path/to/the/binary

About

Educational implementation of a malloc and free function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published