Interface | Description |
---|---|
AllocationStrategy |
AllocationStrategy defines an interface of resource allocation strategies. |
Class | Description |
---|---|
AllocationData |
The
AllocationData class holds data used for register allocation. |
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.
|
AllocatorAction |
The
AllocatorAction class describes an allocator actions. |
AllocatorBuilder |
Builds an allocator.
|
AllocatorEngine |
AllocatorEngine allocates addressing modes for a given abstract sequence. |
Enum | Description |
---|---|
AllocationStrategyId |
AllocationStrategyId defines some resource allocation strategies. |
AllocatorAction.Kind |