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

Packages that use SegregatedFreeList
jeco.dmm.sim2.lib.allocator   
jeco.dmm.sim2.util   
 

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

Subclasses of SegregatedFreeList in jeco.dmm.sim2.lib.allocator
 class BuddySystem
           
 class ExactSegregatedFit
           
 class Kingsley
           
 class SegregatedFit
           
 class SimpleSegregatedStorage
           
 class StrictSegregatedFit
           
 

Uses of SegregatedFreeList in jeco.dmm.sim2.util
 

Methods in jeco.dmm.sim2.util with parameters of type SegregatedFreeList
static void ManagersCreator.buildSeveralFreeLists(int n, SegregatedFreeList allocator, FreeList.DATA_STRUCTURE dataStructure, FreeList.ALLOCATION_MECHANISM fitAlgorithm, FreeList.ALLOCATION_POLICY policy)