This is the repo for all my work in the class Operating Systems Fall 2019 - Olivier Marin.
Directly reusing the code seriously violates the academic policies. Please don't do that for the sake of yourself. The cheating-detecting machine works really well, seriously.
A simple implementation that simulates the behavior of a heap. Features include
- memory allocation strategies
- first fit
- best fit
- worst fit
- heap_malloc
- heap_free
- heap_defrag