Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 205 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 205 Bytes

malloc.c

A simple implementation of malloc

memreq is a wrapper for sbrk

Note: I'm pretty sure that in some cases this can infinitely loop, but it works for simple applications. Final grade was 94/100