Searched defs:DisableAllocationGuard (Results 1 – 1 of 1) sorted by relevance
225 struct DisableAllocationGuard { struct226 explicit DisableAllocationGuard(bool disable = true) : m_disabled(disable) in DisableAllocationGuard() function238 ~DisableAllocationGuard() { in ~DisableAllocationGuard() argument245 DisableAllocationGuard(DisableAllocationGuard const&); argument