Package jeco.dmm.sim2.lib.freelist

Class Summary
Block Block class.
BlockComparatorByPosition  
BlockConsistentComparatorByDataSize Consistent comparator.
FreeList Class that manages a region of memory.
FreeListComparatorByMaxSize  
 

Enum Summary
FreeList.ALLOCATION_MECHANISM Fit algorithms: One ADM can manage blocks of different sizes, the block created depends on the object created: FIRST: FIRST_FIT BEST: BEST FIT EXACT: EXACT FIT FARTHEST: For reliability purposes, the farthest block to a given one
FreeList.ALLOCATION_POLICY  
FreeList.DATA_STRUCTURE Data Structure used to manage free blocks