Searched defs:NoAllocationScope (Results 1 – 1 of 1) sorted by relevance
979 NoAllocationScope() : m_active(true) { enter(); } in NoAllocationScope() function981 explicit NoAllocationScope(bool active) : m_active(active) { enter(); } in NoAllocationScope() function983 NoAllocationScope(const NoAllocationScope& other) : m_active(other.m_active) { enter(); } in NoAllocationScope() function