Skip to content

first-fit algorithm drop-in replacement for c89 malloc() & free()

Notifications You must be signed in to change notification settings

agoodkind/my-malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

first-fit algorithm drop-in replacement for c89 malloc() & free()

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published