Relocation
Everything on SkillVeris tagged Relocation — 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…
Logical vs Physical Address in Operating Systems
A logical address is the address a running program generates and sees, relative to its own address space, while a physical address is the real hardware locatio…
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…