The computer program memory is organized into the following:
- Data Segment (Data + BSS + Heap)
- data
- global, static variable had initialized
- read-write area
- read-only area for const (.rodata)
- BBS
- uninitialized data
- Heap
- malloc
- data
- Stack
- call function
- Code segment
Reference:
No comments:
Post a Comment