Skip to content

AppariShanti/Heap-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Heap-Management

This is the Implementation of Heap Management scheme using doubly Linked List and First Fit Allocation Strategy. The Following functions are implemneted-

  1. Allocate() - Allocates the desired amount of memory on heap and return a pointer to it.
  2. Free() - Deallocates the memory using the pointer passed.

The Implementation uses the concept of FreeList Management and seglists.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages