|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjeco.dmm.sim2.lib.allocator.Allocator
jeco.dmm.sim2.lib.allocator.SegregatedFreeList
jeco.dmm.sim2.lib.allocator.SegregatedFit
jeco.dmm.sim2.lib.allocator.ExactSegregatedFit
public class ExactSegregatedFit
| Field Summary | |
|---|---|
protected java.util.TreeSet<java.lang.Long> |
sizesInB
|
| Fields inherited from class jeco.dmm.sim2.lib.allocator.Allocator |
|---|
allowCoalescing, allowSplitting, freeLists, maxSizeInB, metrics, minSizeInB |
| Constructor Summary | |
|---|---|
ExactSegregatedFit(long minSizeInB,
long maxSizeInB,
java.util.TreeSet<java.lang.Long> sizesInB)
|
|
| Method Summary | |
|---|---|
void |
setup(FreeList.DATA_STRUCTURE dataStructure,
FreeList.ALLOCATION_MECHANISM allocationMechanism,
FreeList.ALLOCATION_POLICY allocationPolicy)
|
| Methods inherited from class jeco.dmm.sim2.lib.allocator.SegregatedFreeList |
|---|
malloc |
| Methods inherited from class jeco.dmm.sim2.lib.allocator.Allocator |
|---|
add, canManage, getFreeLists, getMaxSizeInB, getMinSizeInB, isAllowCoalescing, isAllowSplitting, setMaxSizeInB, setMetrics, setMinSizeInB |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.TreeSet<java.lang.Long> sizesInB
| Constructor Detail |
|---|
public ExactSegregatedFit(long minSizeInB,
long maxSizeInB,
java.util.TreeSet<java.lang.Long> sizesInB)
| Method Detail |
|---|
public void setup(FreeList.DATA_STRUCTURE dataStructure,
FreeList.ALLOCATION_MECHANISM allocationMechanism,
FreeList.ALLOCATION_POLICY allocationPolicy)
setup in class SegregatedFreeList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||