|
sawyerrken (m)
|
adding to wht oyb said, part of ur RAM is used as shared memory, a very small percentage of it anyway.
"In computing, shared memory is a memory that may be simultaneously accessed by multiple programs with an intent to provide communication among them. Depending on context, programs may run on the same physical processor or on separate ones. Using memory for communication inside a single program, for example among its multiple threads, is generally not referred to as shared memory." - Wikipedia
|