diff -r 175a0d824084 -r 676b6116ca93 sysresmonitoring/oommonitor/src/oommemorymonitor.cpp --- a/sysresmonitoring/oommonitor/src/oommemorymonitor.cpp Tue Oct 12 17:17:12 2010 +0300 +++ b/sysresmonitoring/oommonitor/src/oommemorymonitor.cpp Wed Oct 20 17:03:03 2010 +0300 @@ -214,7 +214,7 @@ User::CompressAllHeaps(); TInt currentFreeRam = 0; HAL::Get( HALData::EMemoryRAMFree, currentFreeRam ); - TInt currentFreeSwap = 0; + TUint64 currentFreeSwap = 0; if (iConfig->GlobalConfig().iSwapUsageMonitored) { SVMSwapInfo swapInfo;