|
|||||||||
Home >> All >> [ Allocator overview ] | PREV NEXT |
Uses of Interface
Allocator.FreeMemStrategy
Uses of FreeMemStrategy in Allocator |
Classes in Allocator that implement FreeMemStrategy | |
class |
BestFitStrategy
Best Fit Strategy |
class |
WorstFitStrategy
Worst Fit Strategy |
Fields in Allocator declared as FreeMemStrategy | |
private static FreeMemStrategy |
FreeMemManager.defaultStrategy
|
private static FreeMemStrategy |
FreeMemManager.strategy
|
Methods in Allocator with parameters of type FreeMemStrategy | |
static void |
FreeMemManager.setFreeMemStrategy(FreeMemStrategy stg)
|
|
|||||||||
Home >> All >> [ Allocator overview ] | PREV NEXT |