Skip to content

guochenshen/malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

malloc

memory allocator

Memory allocator written for the malloclab assignment for the Introduction to Computer Systems (15-213) class at Carnegie Mellon University. This assignment was for academic credit, and therefore, the code will not be posted on GitHub. If you are interested in viewing the code, please message me at guochenshen@gmail.com.

Description

  • dynamic memory allocator and deallocator written in C
  • segregated lists and basic best fit placement

About

memory allocator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors