Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/wince/
DMemoryManager.h36 bool allocationCanFail() const { return m_allocationCanFail; } in allocationCanFail()
37 void setAllocationCanFail(bool c) { m_allocationCanFail = c; } in setAllocationCanFail()
55 bool m_allocationCanFail; variable
DMemoryManager.cpp44 : m_allocationCanFail(false) in MemoryManager()