diff -r 9a9a761f03f1 -r 0ed94ceaa377 webengine/osswebengine/MemoryManager/Inc/MemoryManager.h --- a/webengine/osswebengine/MemoryManager/Inc/MemoryManager.h Tue Nov 24 09:02:20 2009 +0200 +++ b/webengine/osswebengine/MemoryManager/Inc/MemoryManager.h Thu Dec 17 09:20:16 2009 +0200 @@ -297,6 +297,26 @@ * @return */ IMPORT_C static void CloseFastAllocator(RAllocator* aDefaultAllocator); + + /** + * Create fast allocator and switch as default heap. Special case if fast allocator + * has to be created from SetupThreadHeap(). + * + * @since 9.2 + * @param + * @return + */ + IMPORT_C static void MemoryManager::CreateFastAllocator(); + + /** + * Initialize MemoryManager library. Special case if CreateFastAllocator is + * called from SetupThreadHeap(). + * + * @since 9.2 + * @param + * @return + */ + IMPORT_C static void MemoryManager::InitFastAllocator(); }; #endif// !_MEMORYMANAGER_H_