Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 419 Bytes

File metadata and controls

21 lines (13 loc) · 419 Bytes

hrmalloc

(https://fr.wikipedia.org/wiki/Malloc)

My malloc implementation for a school project.


Usage

You'll need make to create the shared library.

$ make
$ LD_PRELOAD=path/to/libmy_malloc.so [command]

Algorithm

to do :).