Skip to content

ianargyle1/Memory-Allocator

Repository files navigation

Memory-Allocator

This code impliments the requirements from assignment 5 of CS 4400 (Computer Systems) of the University of Utah. The purpose of this assignment is to write a dynamic storage allocator for C programs; i.e., a custom version of the malloc and free functions.

  • mm.{c,h} - My solution malloc package.
  • mdriver.c - The malloc driver that tests your mm.c.
  • short{1,2} - bal.rep - Two tiny tracefiles.
  • Makefile - Builds the driver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published