Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Memory allocation

Pintos contains two memory allocators, one that allocates memory in units of a page, and one that can allocate blocks of any size.


Table of contents