Searched refs:memoryManager (Results 1 - 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/wtf/wince/
H A DMemoryManager.h53 friend MemoryManager* memoryManager();
58 MemoryManager* memoryManager();
62 MemoryAllocationCanFail() : m_old(memoryManager()->allocationCanFail()) { memoryManager()->setAllocationCanFail(true); }
63 ~MemoryAllocationCanFail() { memoryManager()->setAllocationCanFail(m_old); }
70 MemoryAllocationCannotFail() : m_old(memoryManager()->allocationCanFail()) { memoryManager()->setAllocationCanFail(false); }
71 ~MemoryAllocationCannotFail() { memoryManager()->setAllocationCanFail(m_old); }
78 using WTF::memoryManager;
H A DMemoryManager.cpp37 MemoryManager* memoryManager() function in namespace:WTF

Completed in 169 milliseconds