Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 484 Bytes

readme.md

File metadata and controls

14 lines (7 loc) · 484 Bytes

Asst1: ++Malloc

Rutgers CS 01:198:214 Systems Programming

Professor John-Austen Francisco

Authors: Anthony Siluk & Alexander Goodkind

Due: 10/15/2019

This project aims to create a first-fit algorithm drop-in replacement of the standard malloc() and free(). The included header file "mymalloc.h" defines a directive to replace all occurrences of malloc() with mymalloc() and free() with myfree()

This project strictly conforms to the C89/C90/ANSI/gnu89 standard