Searched defs:DisableAllocationGuard (Results 1 – 1 of 1) sorted by relevance
436 struct DisableAllocationGuard { struct437 explicit DisableAllocationGuard(bool disable = true) : m_disabled(disable) in m_disabled() argument449 ~DisableAllocationGuard() { in ~DisableAllocationGuard() argument457 DisableAllocationGuard& operator=(DisableAllocationGuard const&); argument