| |
| | System Performance Tuning, 2nd Edition: Chapter 4: Memory |
 | | Memory is taken from the free list by processes, and returned to it when the process exits or by the action of the page scanner, which tries to ensure that there is a small amount of memory free for immediate use at all times. |
 | | Should a page of anonymous memory be stolen by the page scanner, the data is written to disk-based swap space (that is, the allocation is moved from memory to disk), and the memory is freed for reuse. |
 | | The entire data memory hierarchy[12] is evaluated, including the latency to the primary caches, secondary caches, main memory, and the latency effects of a TLB miss. |
| www.oreilly.com /catalog/spt2/chapter/ch04.html (10259 words) |
|