Skip to content

no-glue/memory-allocation

Repository files navigation

Memory allocation

Algorithms for memory allocation on double list. Algorithms are best fit, worst fit, first fit and next fit.

Compile

sh make.sh

Run

sh run.sh

Requires

Double list

Set up

Add double list to include path e.g.
export CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:/home/neat/cpp_apps/chained_hash_table # add chained hash table

About

Algorithm for memory allocation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors