vault backup: 2026-04-18 01:07:12

This commit is contained in:
2026-04-18 01:07:12 +08:00
parent 9d03c26ec2
commit 1e93e06503
59 changed files with 586 additions and 6761 deletions

View File

@@ -1,3 +1,12 @@
---
aliases:
tags:
-
type:
status:
star: false
date:
---
# **C语言程序内存布局**
任何一个程序正常运行都需要内存资源用来存放诸如变量、常量、函数代码等等。这些不同的内容所存储的内存区域是不同的且不同的区域有不同的特性。因此我们需要研究C语言进程的内存布局逐个了解不同内存区域的特性。