diff -r 800203832575 -r 30342f40acbf webengine/osswebengine/MemoryManager/Inc/MemoryManager.h --- 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_