Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 191 Bytes

address-space.md

File metadata and controls

17 lines (15 loc) · 191 Bytes

Address space

AS in C

[code       ]
[init data  ]
[uninit data]
[heap       ]
[    |      ]
[    .      ]
[   free    ]
[    .      ]
[    |      ]
[stack      ]
[args + env ]