GitHub - khatrigaurav/AdvancedOS: A custom library for dynamic memory allocation written in C using mmap and free list data structure. · GitHub
Skip to content

khatrigaurav/AdvancedOS

Folders and files

Repository files navigation

Function:

This is a custom library for dynamic memory allocation written in C using mmap and free list data structure. The library essentially allocates (i.e. malloc) and deallocate (i.e. free) memory segments. The First Fit strategy is used to find the first free memory block.

Project Completed as part of a lab work for Advanced OS, CS 690.

Steps:

  1. make library
  2. make main
  3. ./main
  4. If you want to delete object files created : make clean.

About

A custom library for dynamic memory allocation written in C using mmap and free list data structure.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors