Interface | Description |
---|---|
AllocationStrategy |
AllocationStrategy defines an interface of resource allocation strategies. |
Class | Description |
---|---|
AllocationTable<T,V> |
AllocationTable implements a resource allocation table, which is a finite set of objects
(registers, pages, etc.) in couple with allocation / deallocation methods. |
Allocator |
Allocates resources using a specific strategy with specific attributes.
|
ModeAllocator |
ModeAllocator allocates addressing modes for a given abstract sequence. |
Enum | Description |
---|---|
AllocationStrategyId |
AllocationStrategyId defines some resource allocation strategies. |