webengine/osswebengine/MemoryManager/Inc/MemoryManager.h
changeset 36 0ed94ceaa377
parent 0 dd21522fd290
child 37 cb62a4f66ebe
equal deleted inserted replaced
32:9a9a761f03f1 36:0ed94ceaa377
   295         * @param
   295         * @param
   296         * @param
   296         * @param
   297         * @return
   297         * @return
   298         */
   298         */
   299         IMPORT_C static void CloseFastAllocator(RAllocator* aDefaultAllocator);
   299         IMPORT_C static void CloseFastAllocator(RAllocator* aDefaultAllocator);
       
   300 
       
   301         /**
       
   302         * Create fast allocator and switch as default heap. Special case if fast allocator
       
   303         * has to be created from SetupThreadHeap().
       
   304         * 
       
   305         * @since 9.2
       
   306         * @param
       
   307         * @return
       
   308         */        
       
   309         IMPORT_C static void MemoryManager::CreateFastAllocator();
       
   310 
       
   311         /**
       
   312         * Initialize MemoryManager library. Special case if CreateFastAllocator is
       
   313         * called from SetupThreadHeap().
       
   314         * 
       
   315         * @since 9.2
       
   316         * @param
       
   317         * @return
       
   318         */
       
   319         IMPORT_C static void MemoryManager::InitFastAllocator();
   300     };
   320     };
   301 
   321 
   302 #endif// !_MEMORYMANAGER_H_
   322 #endif// !_MEMORYMANAGER_H_