The goal of this project was to recode malloc, realloc and free functions in C.
It is a 2nd year project at Epitech.
The library can be build with the command make re, it become libmy_malloc.so.
./load_malloc.sh programExecute a program with custom malloc./load_malloc.sh main.outTo test the custom malloc
