Process Address Space Detailed
Text: portion of address space where actual program instructions reside.
Data: portion of address space where all data variables upon which the program’s instructions operate.
DATA
int pid=3124;
pool=(char *)malloc(. . .)
main() {
strncpy(. . .) TEXT
}
Previous slide
Next slide
Back to first slide
View graphic version