|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FreeList.DATA_STRUCTURE | |
|---|---|
| jeco.dmm.sim2.lib.allocator | |
| jeco.dmm.sim2.lib.freelist | |
| jeco.dmm.sim2.util | |
| Uses of FreeList.DATA_STRUCTURE in jeco.dmm.sim2.lib.allocator |
|---|
| Methods in jeco.dmm.sim2.lib.allocator with parameters of type FreeList.DATA_STRUCTURE | |
|---|---|
abstract void |
Allocator.setup(FreeList.DATA_STRUCTURE dataStructure,
FreeList.ALLOCATION_MECHANISM allocationMechanism,
FreeList.ALLOCATION_POLICY allocationPolicy)
|
void |
BuddySystem.setup(FreeList.DATA_STRUCTURE dataStructure,
FreeList.ALLOCATION_MECHANISM allocationMechanism,
FreeList.ALLOCATION_POLICY allocationPolicy)
|
void |
ExactSegregatedFit.setup(FreeList.DATA_STRUCTURE dataStructure,
FreeList.ALLOCATION_MECHANISM allocationMechanism,
FreeList.ALLOCATION_POLICY allocationPolicy)
|
void |
SegregatedFreeList.setup(FreeList.DATA_STRUCTURE dataStructure,
FreeList.ALLOCATION_MECHANISM fitAlgorithm,
FreeList.ALLOCATION_POLICY policy)
|
void |
SimpleSegregatedStorage.setup(FreeList.DATA_STRUCTURE dataStructure,
FreeList.ALLOCATION_MECHANISM allocationMechanism,
FreeList.ALLOCATION_POLICY allocationPolicy)
|
| Uses of FreeList.DATA_STRUCTURE in jeco.dmm.sim2.lib.freelist |
|---|
| Fields in jeco.dmm.sim2.lib.freelist declared as FreeList.DATA_STRUCTURE | |
|---|---|
protected FreeList.DATA_STRUCTURE |
FreeList.dataStructure
Data structure used to manage free blocks |
| Methods in jeco.dmm.sim2.lib.freelist that return FreeList.DATA_STRUCTURE | |
|---|---|
FreeList.DATA_STRUCTURE |
FreeList.getDataStructure()
|
static FreeList.DATA_STRUCTURE |
FreeList.DATA_STRUCTURE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FreeList.DATA_STRUCTURE[] |
FreeList.DATA_STRUCTURE.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in jeco.dmm.sim2.lib.freelist with parameters of type FreeList.DATA_STRUCTURE | |
|---|---|
FreeList(FreeList.DATA_STRUCTURE dataStructure,
FreeList.ALLOCATION_MECHANISM allocationMechanism,
FreeList.ALLOCATION_POLICY allocationPolicy,
long minSizeInB,
long maxSizeInB)
|
|
| Uses of FreeList.DATA_STRUCTURE in jeco.dmm.sim2.util |
|---|
| Methods in jeco.dmm.sim2.util with parameters of type FreeList.DATA_STRUCTURE | |
|---|---|
static void |
ManagersCreator.buildSeveralFreeLists(int n,
SegregatedFreeList allocator,
FreeList.DATA_STRUCTURE dataStructure,
FreeList.ALLOCATION_MECHANISM fitAlgorithm,
FreeList.ALLOCATION_POLICY policy)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||