|
Class Summary |
| AllocationMethod |
This class works as a template for all implementations
of allocation methods.
|
| BestFit |
Implementation of the allocation method worst-fit.
|
| Buddy |
Implementation of the allocation method Buddy-System.
|
| FirstFit |
Implementation of the allocation method first-fit.
|
| Manual |
Implementation of the allocation method manual.
|
| NextFit |
Implementation of the allocation method next-fit.
|
| WorstFit |
Implementation of the allocation method worst-fit.
|
Provides different allocation methods to simulate the memory allocation of a computer.