First page Back Continue Last page Graphics
Run Time Memory Manager
A process always running in the o.s.
Manages a large amount of spare memory.
Requests come from any other running process, contain the # bytes needed.
- Search for that amount.
- Mark as used by requesting user.
- Return address of that memory.
- If none available, return NULL.