webengine/osswebengine/MemoryManager/Inc/MemoryManager.h
changeset 37 cb62a4f66ebe
parent 36 0ed94ceaa377
child 49 4c02a47fcdfc
child 65 5bfc169077b2
child 91 30342f40acbf
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
   315         * @since 9.2
   315         * @since 9.2
   316         * @param
   316         * @param
   317         * @return
   317         * @return
   318         */
   318         */
   319         IMPORT_C static void MemoryManager::InitFastAllocator();
   319         IMPORT_C static void MemoryManager::InitFastAllocator();
       
   320 
       
   321         /**
       
   322         * initialize the OOM handler in the memorypool
       
   323         * @since 9.2
       
   324         * @param
       
   325         * @param
       
   326         * @return
       
   327         */
       
   328         IMPORT_C static void InitOOMDialog();
       
   329 
       
   330         /**
       
   331         * Reset the OOM dialog display flag in the memorypool; we want to pop the OOM dialog once per page,
       
   332         * so we need to clear this when we are either done with the page (it unloads) or when we load a new one,
       
   333         * so that it will display again when we run out of memory
       
   334         * @since 9.2
       
   335         * @param
       
   336         * @param
       
   337         * @return
       
   338         */
       
   339         IMPORT_C static void ResetOOMDialogDisplayed();
       
   340         
   320     };
   341     };
   321 
   342 
   322 #endif// !_MEMORYMANAGER_H_
   343 #endif// !_MEMORYMANAGER_H_