/hazza_malloc

Recreational Malloc System created as per the CS1_CS module - Aston University

Primary LanguageCGNU General Public License v3.0GPL-3.0

hazza_malloc

Recreational Malloc System created as per the CS1_CS module

Motive:

This project serves to provide a base of which Memory Management Systems work inside of an Operating System

This was a little something I wanted to make as per the CS1_CS module to be able to engage with the content a lot more.

Usage:

git clone this repository

run the makefile using make (run as sudo if necessary)

make

./hmalloc

Documentation:

General Purpose Malloc guide

glibc malloc implementation