Uses of Package
jeco.dmm.sim2.lib.freelist

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

Classes in jeco.dmm.sim2.lib.freelist used by jeco.dmm.sim2.lib
Block
          Block class.
 

Classes in jeco.dmm.sim2.lib.freelist used by jeco.dmm.sim2.lib.allocator
Block
          Block class.
FreeList
          Class that manages a region of memory.
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
 

Classes in jeco.dmm.sim2.lib.freelist used by jeco.dmm.sim2.lib.freelist
Block
          Block class.
FreeList
          Class that manages a region of memory.
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
 

Classes in jeco.dmm.sim2.lib.freelist used by jeco.dmm.sim2.util
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