/malloc

Educational implementation of a malloc and free function

Primary LanguageC

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