Skip to content

Commit

Permalink
添加各平台文件格式
Browse files Browse the repository at this point in the history
  • Loading branch information
huihut committed Jul 20, 2018
1 parent 2322ea6 commit 92bc715
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2466,6 +2466,14 @@ public:

## 链接装载库

### 各平台文件格式

平台 | 可执行文件 | 目标文件 | 动态库/共享对象 | 静态库
---|---|---|---|---
Windows|exe|obj|dll|lib
Unix/Linux|ELF、out|o|so|a
Mac|Mach-O|o|dylib、tbd、framework|a、framework

### 内存、栈、堆

一般应用程序内存空间有如下区域:
Expand Down

0 comments on commit 92bc715

Please sign in to comment.