Memory Compaction
Everything on SkillVeris tagged Memory Compaction — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Interview Questions(3)
What is Memory Compaction?
Memory compaction is the process of relocating allocated memory blocks so that they sit contiguously, merging the scattered free holes left between them into o…
What is Relocation in Memory Management?
Relocation is the process of adjusting a program’s memory address references so it can be loaded and correctly executed at a physical memory location that is d…
Memory Allocation Strategies: First Fit, Best Fit, Worst Fit
Memory allocation strategies are the algorithms an OS uses to pick which free block of memory to give a new process from a list of available holes, the three c…