/Heap-Manager-malloc-free

Implementation of the C library functions malloc(),calloc() and free()

Primary LanguageC

Heap-Manager-malloc-free-

This is a part of my Data Structures and Algorithm (DSA) course Mini-Project.

This is a implementation of Malloc, Calloc, Realloc and Free functions used in C.