Skip to content

matt-l-01/Memory-Allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 9: Advanced Memory Allocator

This is starter code placeholder for Assignment 9. The real starter code is your solution for Assignment 7.

The Makefile contains the following targets:

  • make all - compile mymalloc.c into the object file mymalloc.o
  • make test - compile and run tests in the tests directory with mymalloc.o.
  • make demo - compile and run tests in the tests directory with standard malloc.
  • make clean - perform a minimal clean-up of the source tree
  • make help - print available targets

About

An advanced memory allocator written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors