lecture2osd
lecture2osd
Memory Management
S.Thenmozhi
Department of Computer Applications
OPERATING SYSTEMS
Swapping
Fragmentation
• External Fragmentation – total memory space exists to
satisfy a request, but it is not contiguous
• Internal Fragmentation – allocated memory may be slightly
larger than requested memory; this size difference is
memory internal to a partition, but not being used
• Reduce external fragmentation by compaction
• Shuffle memory contents to place all free memory
together in one large block
• Compaction is possible only if relocation is dynamic, and
is done at execution time
• May lead to I/O problem
OPERATING SYSTEMS
Contiguous Memory Allocation
OPERATING SYSTEMS
Quiz
S. Thenmozhi
Department of Computer Applications
[email protected]
+91 80 6666 3333 Extn 393