Implemented functions of MALLOC, FREE and REALLOC routines and used explicit free list to keep track of free blocks in allocated heap memory.
-
Updated
Mar 5, 2017 - C
Implemented functions of MALLOC, FREE and REALLOC routines and used explicit free list to keep track of free blocks in allocated heap memory.
Memory allocation with explicit free list implementation in C.
Add a description, image, and links to the explicit-free-list topic page so that developers can more easily learn about it.
To associate your repository with the explicit-free-list topic, visit your repo's landing page and select "manage topics."