Searched defs:DisableAllocationGuard (Results 1 – 2 of 2) sorted by relevance
434 struct DisableAllocationGuard { struct435 explicit DisableAllocationGuard(bool disable = true) : m_disabled(disable) in DisableAllocationGuard() argument447 ~DisableAllocationGuard() { in ~DisableAllocationGuard() argument454 DisableAllocationGuard(DisableAllocationGuard const&); argument
440 struct DisableAllocationGuard { struct441 explicit DisableAllocationGuard(bool disable = true) : m_disabled(disable) in m_disabled() argument453 ~DisableAllocationGuard() { in ~DisableAllocationGuard() argument461 DisableAllocationGuard& operator=(DisableAllocationGuard const&); argument