Skip to content
#

memory-allocation

Here are 110 public repositories matching this topic...

I created a dll injector I am going to Open source its Code. But remember one thing that is any one can use it only for Educational purpose .I again say do not use it to damage anyone's Computer.But one thing if you are using it for some good purpose like to help someone who really need help then I permit you to use it.

  • Updated Oct 23, 2017
  • C++

The two programs included in this repository simulate the Buddy System, First Fit, Next Fit, Best Fit and Worst Fit memory allocation algorithms used in numerous operating systems. Tree data structure was used for the implementation of buddy system where as two separate doubly link lists have been used to keep the record of the holes and the mem…

  • Updated Feb 22, 2020
  • C++

Improve this page

Add a description, image, and links to the memory-allocation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the memory-allocation topic, visit your repo's landing page and select "manage topics."

Learn more