Ludotrico / Memory-allocator

C program that allocates, frees, and reallocates memory using an explicit free list with first-fit placement, LIFO, and block splitting with no splinters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

C program that allocates, frees, and reallocates memory using an explicit free list with first-fit placement, LIFO, and block splitting with no splinters.


Languages

Language:C 89.6%Language:Makefile 10.4%