This is an implementation of malloc / calloc / realloc / free using mmap. You can create the shared library "libmalloc.so" with the command make.
Implementation of malloc / calloc / realloc / free, using mmap.