Searched defs:MemoryAllocationCanFail (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/wince/
H A DMemoryManager.h60 class MemoryAllocationCanFail { class in namespace:WTF
62 MemoryAllocationCanFail() : m_old(memoryManager()->allocationCanFail()) { memoryManager()->setAllocationCanFail(true); } function in class:WTF::MemoryAllocationCanFail
63 ~MemoryAllocationCanFail() { memoryManager()->setAllocationCanFail(m_old); }
79 using WTF::MemoryAllocationCanFail;

Completed in 49 milliseconds