Alex's Notes

Home

❯

general

❯

Memory frame

Memory frame

Mar 22, 20251 min read

Memory frame

A frame is a fixed-size block of physical memory used in a paging system. When a process requests memory, its virtual address space is divided into pages of the same size, and the operating system maps these pages to available frames in physical memory. The MMU handles this mapping using a page table. Since frames and pages are of equal size, paging avoids external fragmentation, though it may introduce internal fragmentation if a page does not fully utilize a frame.


Graph View

Backlinks

  • Copy on write (COW)
  • Demand paging
  • Memory page
  • Page table entry
  • Paging system

Created with Quartz v4.5.1 © 2025

  • GitHub
  • Discord Community