Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 237 Bytes

File metadata and controls

10 lines (6 loc) · 237 Bytes

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