uiacceltk/hitchcock/goommonitor/src/goommemorymonitor.cpp
changeset 27 70e659bb284f
parent 19 f5bac0badc7e
child 29 ac3859d43844
equal deleted inserted replaced
26:8eb818df3c66 27:70e659bb284f
   311 
   311 
   312 void CMemoryMonitor::RunCloseAppActions(TInt aMaxPriority)
   312 void CMemoryMonitor::RunCloseAppActions(TInt aMaxPriority)
   313     {
   313     {
   314     FUNC_LOG;
   314     FUNC_LOG;
   315     // Build the list of memory freeing actions (by killing apps)
   315     // Build the list of memory freeing actions (by killing apps)
   316     iGOomActionList->BuildKillAppActionListL(*iGOomWindowGroupList, *iConfig);
   316     TRAP_IGNORE(iGOomActionList->BuildKillAppActionListL(*iGOomWindowGroupList, *iConfig));
   317     iGOomActionList->FreeMemory(aMaxPriority);
   317     iGOomActionList->FreeMemory(aMaxPriority);
   318     }
   318     }
   319 
   319 
   320 // ---------------------------------------------------------
   320 // ---------------------------------------------------------
   321 // This function attempts to free enough RAM to leave the target amount of space free.
   321 // This function attempts to free enough RAM to leave the target amount of space free.