uiacceltk/hitchcock/goommonitor/src/goommemorymonitor.cpp
branchRCL_3
changeset 22 7c5dd702d6d3
parent 17 3ac8bf5c5014
child 24 f93c875b566e
equal deleted inserted replaced
17:3ac8bf5c5014 22:7c5dd702d6d3
   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.