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.
-
Notifications
You must be signed in to change notification settings - Fork 0
AThit7/os-malloc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A custom implementation of malloc for dynamic memory allocation and management