|
||||||||||
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
public class SegregatedFit
Field Summary |
---|
Fields inherited from class jeco.dmm.sim2.lib.allocator.Allocator |
---|
allowCoalescing, allowSplitting, freeLists, maxSizeInB, metrics, minSizeInB |
Constructor Summary | |
---|---|
SegregatedFit(long minSizeInB,
long maxSizeInB,
boolean allowSplitting,
boolean allowCoalescing)
|
Method Summary |
---|
Methods inherited from class jeco.dmm.sim2.lib.allocator.SegregatedFreeList |
---|
malloc, setup |
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 SegregatedFit(long minSizeInB, long maxSizeInB, boolean allowSplitting, boolean allowCoalescing)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |