|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FreeList | |
|---|---|
| jeco.dmm.sim2.lib.allocator | |
| jeco.dmm.sim2.lib.freelist | |
| Uses of FreeList in jeco.dmm.sim2.lib.allocator |
|---|
| Fields in jeco.dmm.sim2.lib.allocator with type parameters of type FreeList | |
|---|---|
protected java.util.ArrayList<FreeList> |
Allocator.freeLists
|
| Methods in jeco.dmm.sim2.lib.allocator that return types with arguments of type FreeList | |
|---|---|
java.util.ArrayList<FreeList> |
Allocator.getFreeLists()
|
| Methods in jeco.dmm.sim2.lib.allocator with parameters of type FreeList | |
|---|---|
void |
Allocator.add(FreeList freeList)
|
| Uses of FreeList in jeco.dmm.sim2.lib.freelist |
|---|
| Fields in jeco.dmm.sim2.lib.freelist declared as FreeList | |
|---|---|
protected FreeList |
Block.freeList
Atomic Manager that owns this chunk. |
| Methods in jeco.dmm.sim2.lib.freelist that return FreeList | |
|---|---|
FreeList |
Block.getFreeList()
|
| Methods in jeco.dmm.sim2.lib.freelist with parameters of type FreeList | |
|---|---|
int |
FreeListComparatorByMaxSize.compare(FreeList freeList1,
FreeList freeList2)
|
void |
Block.setFreeList(FreeList freeList)
|
| Constructors in jeco.dmm.sim2.lib.freelist with parameters of type FreeList | |
|---|---|
Block(FreeList adm,
long position,
long sizeInB)
Data size in B. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||