|
||||||||||
| 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.SimpleSegregatedStorage
public class SimpleSegregatedStorage
| Field Summary |
|---|
| Fields inherited from class jeco.dmm.sim2.lib.allocator.Allocator |
|---|
allowCoalescing, allowSplitting, freeLists, maxSizeInB, metrics, minSizeInB |
| Constructor Summary | |
|---|---|
SimpleSegregatedStorage(long minSizeInB,
long maxSizeInB)
|
|
| 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 |
| Constructor Detail |
|---|
public SimpleSegregatedStorage(long minSizeInB,
long maxSizeInB)
| 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 | |||||||||