Searched defs:DisableAllocationGuard (Results 1 – 1 of 1) 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