Reputation: 5277
I've seen the term "scratch memory" a few times, but i'm not sure what it means and i can't find a source to learn about it. I've seen it again on Wikipedia reading about Multics here. Explanation? Thanks in advance.
Upvotes: 0
Views: 2660
Reputation: 299
"Scratch memory" most likely refers to the heap in the context you are talking about. I have heard it more in the context of computer architecture where it is a small very fast memory that is used for things like interim values, it is related to a cache but with less organization.
Upvotes: 1