Home
last modified time | relevance | path

Searched refs:allocationCanFail (Results 1 – 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/wtf/wince/
DMemoryManager.h36 bool allocationCanFail() const { return m_allocationCanFail; } in allocationCanFail() function
62 …MemoryAllocationCanFail() : m_old(memoryManager()->allocationCanFail()) { memoryManager()->setAllo… in MemoryAllocationCanFail()
70 …MemoryAllocationCannotFail() : m_old(memoryManager()->allocationCanFail()) { memoryManager()->setA… in MemoryAllocationCannotFail()