Implementation of various memory management algorithms
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
Merge branch 'master' of https://github.com/7coder7/memmanager
38f1c60View on GitHubAdded stdlib.h in memmanager.h..linked list code testing completely all functions working..best_fit.h has some new functions implementation is not done yet..
f073443View on GitHubadded lib directory..linked list code added..code tested..works fine
5b66a96View on GitHubconsistent fnc prototype. template function decl. special KERNEL handling
27cabbdView on GitHubcompilation successful. added include guards dummy implementation for best_fit methods.
1341d80View on GitHubFinal Design of memory manager and added some code for best_fit
116c4c3View on GitHubchanged function signature and mem manager structure according to new design
866147cView on GitHub