Skip to content

Project for CSCE313 at Texas A&M university to rewrite malloc using a fibonacci sequence as opposed to typical binary splitting.

Notifications You must be signed in to change notification settings

djrobotfreak/fibonacci-malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

fibonacci-malloc

Project for CSCE313 at Texas A&M university to rewrite malloc using a fibonacci sequence as opposed to typical binary splitting. This implementation of malloc is then tested with the ackerman function to test its efficiency against standard C malloc.

If you are in this course, please do not copy this material.

About

Project for CSCE313 at Texas A&M university to rewrite malloc using a fibonacci sequence as opposed to typical binary splitting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages