Click here to Skip to main content
15,884,177 members
Articles / DevOps

Writing Our Own Simple Memory Manager In C/C++

6 Apr 2017CPOL 53.9K   1.6K   24   3
In this article we will write our own memory manager by implementing our malloc function and memory management schemes such as FCFS, Paging, Segmentation etc using linked list in C/C++
We're sorry, but the article you are trying to view was deleted at 18 Sep 2020.

Please go to the DevOps Table of Contents to view the list of available articles in this section.