Hello Friends, In this blog post(What is fragmentation) I am going to explain to you the problem of fragmentation and its classification in the operating system. A fragmentation problem is related to an unused memory block which is generally left…
In this tutorial(What is compaction in memory management), I am going to explain one of the methods of dynamic memory management which is named compaction. In this process, all marked or used node is shifted to one end, and variable…