Skip to content

2017-fall-os/2017-fall-malloc-lab-polirex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This lab deals with our implementation of First Fit or Best Fit. Best Fit was the method I used for my implementation. Best Fit iterates through the free list and checks which is the smallest segment that is equal or larger than the requested size. The resize checks if the segment to it is free and taking that space away from it wasn't going to make it under the minimum size.

To compile, simple type "make".

About

2017-fall-malloc-lab-polirex created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published