顾名思义,这一章就是介绍如何管理内存,系统给memory manager下的定义是:
The part of the operating system that manages (part of) the memory hierarchy is called the memory manager. It’s job is to efficiently manage memory: keep track of which parts of memory are in used, allocate memory to processes when they need it, and deallocate it when they are done.