Memory Management
Memory 的作用
Tiers of memory:

命名
The life cycle of logical memory:

Malloc:




struct descriptor {
struct descriptor *next;
void *memory;
} descriptors[TABLESIZE], *free[POWERS];