webengine/osswebengine/MemoryManager/Inc/MemoryManager.h
branchRCL_3
changeset 91 30342f40acbf
parent 37 cb62a4f66ebe
child 93 79859ed3eea9
--- a/webengine/osswebengine/MemoryManager/Inc/MemoryManager.h	Mon Jun 21 16:54:17 2010 +0300
+++ b/webengine/osswebengine/MemoryManager/Inc/MemoryManager.h	Thu Jul 15 19:53:20 2010 +0300
@@ -306,7 +306,7 @@
         * @param
         * @return
         */        
-        IMPORT_C static void MemoryManager::CreateFastAllocator();
+        IMPORT_C static void CreateFastAllocator();
 
         /**
         * Initialize MemoryManager library. Special case if CreateFastAllocator is
@@ -316,7 +316,7 @@
         * @param
         * @return
         */
-        IMPORT_C static void MemoryManager::InitFastAllocator();
+        IMPORT_C static void InitFastAllocator();
 
         /**
         * initialize the OOM handler in the memorypool
@@ -337,7 +337,15 @@
         * @return
         */
         IMPORT_C static void ResetOOMDialogDisplayed();
-        
+
+        /**
+        * Dumps the memory logs i.e. heap allocated, heap free, system free, heap size etc to log
+        * file c:\logs\webcore\Memory.log
+        * @since 9.2
+        * @param
+        * @return
+        */
+        IMPORT_C static void DumpMemoryLogs();
     };
 
 #endif// !_MEMORYMANAGER_H_