Skip to content

Implementation of a main memory management library with the buddy memory management algorithm

Notifications You must be signed in to change notification settings

zeynepCankara/buddy-memory-management

Repository files navigation

Main Memory Management Library with Buddy Allocation

Implementation of a main memory management library with buddy memory allocation algorithm

Contents

  • 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)

How to Run

  • cd to the project directory.
  • compilation and linking done by:
$ make
Recompile
$ make clean
$ make
Running the program
$ ./create_memory_sb
$ ./app
$ ./destroy_memory_sb
Running the test (experimentation)
$ ./test

About

Implementation of a main memory management library with the buddy memory management algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published