bnoufel / Malloc

Create your own Malloc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Malloc

Validated: 125/100

This project consists in writing a library of management of dynamic memory allocation.

In order to be able to use it by existing programs without modifying or recompiling them, you will have to rewrite the malloc (3), free (3), and realloc (3) functions of the libc.

About

Create your own Malloc


Languages

Language:C 90.4%Language:Makefile 7.8%Language:CMake 1.4%Language:Shell 0.4%