Searched refs:m_allocationCanFail (Results 1 – 2 of 2) sorted by relevance
36 bool allocationCanFail() const { return m_allocationCanFail; } in allocationCanFail()37 void setAllocationCanFail(bool c) { m_allocationCanFail = c; } in setAllocationCanFail()55 bool m_allocationCanFail; variable
44 : m_allocationCanFail(false) in MemoryManager()