Uses of Class
javax.realtime.ScopedMemory

Uses of ScopedMemory in javax.realtime
 

Subclasses of ScopedMemory in javax.realtime
 class LTMemory
          LTMemory represents a memory area guaranteed by the system to have linear time allocation when memory consumption from the memory area is less than the memory area's initial size.
 class LTPhysicalMemory
          An instance of LTPhysicalMemory allows objects to be allocated from a range of physical memory with particular attributes, determined by their memory type.
 class VTMemory
          VTMemory is similar to LTMemory except that the execution time of an allocation from a VTMemory area need not complete in linear time.
 class VTPhysicalMemory
          An instance of VTPhysicalMemory allows objects to be allocated from a range of physical memory with particular attributes, determined by their memory type.