Address space

From Rice Wiki
Revision as of 18:28, 4 October 2024 by Rice (talk | contribs) (Created page with "The '''address space''' of a process usually consists of three segments * Stack * Data * Code Typically, stack and data segments are dynamic. Category:Operating System")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The address space of a process usually consists of three segments

  • Stack
  • Data
  • Code

Typically, stack and data segments are dynamic.