What is compaction in memory management?

Os Memory Management Questions



80 Short 80 Medium 34 Long Answer Questions Question Index

What is compaction in memory management?

Compaction in memory management refers to the process of rearranging the memory space in order to minimize fragmentation. It involves moving the allocated memory blocks together and freeing up the fragmented memory spaces. This helps in optimizing the memory utilization and improving the overall efficiency of the system.