Implementation of a main memory management library with buddy memory allocation algorithm
- sbmem.h: is the interface (header file) for the Library.
- sbmemlib.c: is the implementation of the library
- Makefile
- test.c (contains the experiments for the report)
- report.pdf (contains experimental results and implementation details)
- Project3.pdf (project description)
- cd to the project directory.
- compilation and linking done by:
$ make
$ make clean
$ make
$ ./create_memory_sb
$ ./app
$ ./destroy_memory_sb
$ ./test