摘要:
from apue7.6. Memory Layout of a C ProgramA typical memory representation of C program consists of following sections.1. Text segment2. Initialized data segment 2.1 initialized read-only area 2.2 initialized read-write area3. Uninitialized data segment4. Heap5.StackReadMemory Layout of C Programsf.. 阅读全文