Skip to content

A custom implementation of malloc for dynamic memory allocation and management

Notifications You must be signed in to change notification settings

AThit7/os-malloc

Repository files navigation

Malloc

Project completed as a part of Operating Systems course. My task was to implement an efficient malloc functionality in mm.c using the template provided in mm-implicit.c which implements a very basic and inefficient version of malloc. All the other files were provided by the teacher.

About

A custom implementation of malloc for dynamic memory allocation and management

Resources

Stars

Watchers

Forks

Languages