Uses of Class
jeco.dmm.sim2.lib.allocator.Allocator

Packages that use Allocator
jeco.dmm.sim2.lib   
jeco.dmm.sim2.lib.allocator   
 

Uses of Allocator in jeco.dmm.sim2.lib
 

Fields in jeco.dmm.sim2.lib with type parameters of type Allocator
protected  java.util.ArrayList<Allocator> DynamicMemoryManager.allocators
           
 

Methods in jeco.dmm.sim2.lib that return types with arguments of type Allocator
 java.util.ArrayList<Allocator> DynamicMemoryManager.getAllocators()
           
 

Methods in jeco.dmm.sim2.lib with parameters of type Allocator
 void DynamicMemoryManager.add(Allocator allocator)
           
 

Constructors in jeco.dmm.sim2.lib with parameters of type Allocator
DynamicMemoryManager(Allocator allocator)
           
 

Uses of Allocator in jeco.dmm.sim2.lib.allocator
 

Subclasses of Allocator in jeco.dmm.sim2.lib.allocator
 class BuddySystem
           
 class ExactSegregatedFit
           
 class Kingsley
           
 class SegregatedFit
           
 class SegregatedFreeList
          Important notes: we can omit header information.
 class SimpleSegregatedStorage
           
 class StrictSegregatedFit
           
 

Methods in jeco.dmm.sim2.lib.allocator with parameters of type Allocator
 int AllocatorComparatorByMaxSize.compare(Allocator dmm1, Allocator dmm2)