1

In the picture below the shouldn't the (shared memory + private memory) equal the real memory? Am I reading this wrong? What else constitutes the real memory size? I assumed that shared memory was real memory and private memory was real memory.

Thanks in advance :-)

memory image

rubixibuc
  • 956

1 Answers1

1

The accepted answer to this question (and the associated links) defines the terms and also offers some explanation which may help.

binarybob
  • 9,875
  • I appreciate the answer, I still couldn't find whether are not real is shared + private or some variant of that. But that did help :-) I understand it is roughly that, but I was looking for something definitive. +1 though for finding that :-) – rubixibuc Feb 07 '12 at 22:25