zaccone / malloc

Educational implementation of a malloc and free function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 93.2%Language:Makefile 6.8%