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
543 struct DisableAllocationGuard { struct544 explicit DisableAllocationGuard(bool disable = true) : m_disabled(disable) in m_disabled() argument556 ~DisableAllocationGuard() { in ~DisableAllocationGuard() argument564 DisableAllocationGuard& operator=(DisableAllocationGuard const&); argument