RAM SEGMENTS

Although this segmentation applies to the entire RAM, each application is allocated its Virtual Memory when it's run. This means that each application would have its own stack, heap, data, and text segments.

DETAILED VIEW

Last updated