8.Memory Management§
Problem: Records (of various lengths) need to be stored.
Model: A big array of space to store them, managed by a memory manager.
- Like a coat-check stand, give them your coat, get back a ticket. Later, return the ticket for your coat.
- We call the ticket a handle.