Heap Allocation
Everything on SkillVeris tagged Heap Allocation — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
Internal vs External Fragmentation
Internal fragmentation is wasted space inside an allocated block because it is larger than what was requested, while external fragmentation is wasted space bet…
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…