Memory Regions

Created Friday 06 May 2016

TEXT


Functions

DATA


Memory size is fixed
Constants (Including static (Though personal research shows it's not always so simple.))

STACK


Memory size is dynamic
Local variables

HEAP


Memory size is dynamic
Dynamic variables (malloc, new, etc)



Backlinks: index:CS225 Notes:Topics