vsteffen / ft_malloc

42 School project: Re-coding malloc, free, calloc, realloc from libc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ft_malloc

42 School project. From the subject (also available in french):

This mini project is about writing a dynamic allocation memory management library. So that you can use it with some programs already in use without modifying them or recompiling, you must rewrite the following libc functions malloc(3), free(3) and realloc(3).

About

42 School project: Re-coding malloc, free, calloc, realloc from libc


Languages

Language:C 90.9%Language:Makefile 8.4%Language:Shell 0.7%