Skip to content

System

How Program Run, Big Overview

The memory layout of C program ⬇ Memory layout of C program C程序的内存布局 | FlyingMcdull (wongxingjun.github.io)

A typical C’s process memory layout on an x86. The C/C++ typical process image illustration from the memory layout perspective

C程序内存布局 - 腾讯云开发者社区-腾讯云 (tencent.com)

栈 stack

函数调用 与 栈的结构

动态

自动管理相关内存

便于处理程序运行过程产生的新的数据

堆 heap

静态


虚拟地址-->转换成物理地址-->访问物理内存