Back to projects
2020
1 min read

Malloc

School project (Unix System Programming)

The goal of the Malloc project is to design and implement a dynamic memory allocation function in C that mimics the behavior of malloc. The objective is to provide an efficient and reliable memory manager capable of handling memory requests and optimizing memory resource usage.