Uses of Class
com.cmpware.cmp.SystemMemoryException

Packages that use SystemMemoryException
com.cmpware.cmp   
com.cmpware.cmp.system.memory   
com.cmpware.ide   
 

Uses of SystemMemoryException in com.cmpware.cmp
 

Methods in com.cmpware.cmp that throw SystemMemoryException
abstract  void SystemMemory.configureMemory(Multiprocessor mp)
          This method is called to build and configure the memory system for the newly allocated processor array.
static SystemMemory SystemMemory.get(java.lang.String systemMemoryClassName)
          This method is used to return a newly allocated System Memory definition class.
 

Uses of SystemMemoryException in com.cmpware.cmp.system.memory
 

Methods in com.cmpware.cmp.system.memory that throw SystemMemoryException
 void Torus.configureMemory(Multiprocessor mp)
           
 void SPURS.configureMemory(Multiprocessor mp)
           
 void Ring.configureMemory(Multiprocessor mp)
           
 void NoSystemMemory.configureMemory(Multiprocessor mp)
           
 void FrameBuffer.configureMemory(Multiprocessor mp)
           
 void DualCellBE.configureMemory(Multiprocessor mp)
           
 void CellBE.configureMemory(Multiprocessor mp)
           
 

Uses of SystemMemoryException in com.cmpware.ide
 

Methods in com.cmpware.ide that throw SystemMemoryException
static void MpModel.allocate()
          This method allocates the processor from information stored from the preference pages.