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

/external/webkit/Source/JavaScriptCore/wtf/wince/
H A DMemoryManager.h68 class MemoryAllocationCannotFail { class in namespace:WTF
70 MemoryAllocationCannotFail() : m_old(memoryManager()->allocationCanFail()) { memoryManager()->setAllocationCanFail(false); } function in class:WTF::MemoryAllocationCannotFail
71 ~MemoryAllocationCannotFail() { memoryManager()->setAllocationCanFail(m_old); }
80 using WTF::MemoryAllocationCannotFail;

Completed in 47 milliseconds