Skip to main content
1 of 2
Stephen Kitt
  • 481.4k
  • 60
  • 1.2k
  • 1.4k

Processes (or the kernel, acting on behalf of processes) pre-allocate address space, not pages. Pages come into play when a process touches the corresponding addresses. When a page is first mapped in to a process, it is zeroed out.

Stephen Kitt
  • 481.4k
  • 60
  • 1.2k
  • 1.4k