Os Memory Management Questions
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.