Searched defs:DisableAllocationGuard (Results 1 – 1 of 1) sorted by relevance
269 struct DisableAllocationGuard { struct270 explicit DisableAllocationGuard(bool disable = true) : m_disabled(disable) in DisableAllocationGuard() argument282 ~DisableAllocationGuard() { in ~DisableAllocationGuard() argument289 DisableAllocationGuard(DisableAllocationGuard const&); argument