|
|||||||||
Home >> All >> [ Allocator overview ] | PREV NEXT |
Uses of Class
Allocator.MemUnit
Uses of MemUnit in Allocator |
Methods in Allocator that return MemUnit | |
MemUnit |
WorstFitStrategy.getFreeMem(int size)
|
MemUnit |
BestFitStrategy.getFreeMem(int size)
|
MemUnit |
FreeMemStrategy.getFreeMem(int size)
|
Methods in Allocator with parameters of type MemUnit | |
void |
WorstFitStrategy.addFreeMem(MemUnit unit)
|
void |
BestFitStrategy.addFreeMem(MemUnit unit)
|
void |
FreeMemStrategy.addFreeMem(MemUnit unit)
|
static void |
FreeMemManager.addFreeMem(MemUnit unit)
|
|
|||||||||
Home >> All >> [ Allocator overview ] | PREV NEXT |