Skip to content

Aendriuw/myMalloc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Educational Implementation of Malloc

I'm not happy about how I have implemented it
But I promise I will come back with O(log n) lookup
When I learn balanced trees

Performance metrics currently

O(N) block lookup
O(N) page lookup
Coalescing at every free

How to run it

make all
./malloc

About

Giving a try at a malloc implementation as I understand it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 96.6%
  • Makefile 3.4%