Home
last modified time | relevance | path

Searched defs:DisableAllocationGuard (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/support/
Dcount_new.hpp225 struct DisableAllocationGuard { struct
226 explicit DisableAllocationGuard(bool disable = true) : m_disabled(disable) in DisableAllocationGuard() function
238 ~DisableAllocationGuard() { in ~DisableAllocationGuard() argument
245 DisableAllocationGuard(DisableAllocationGuard const&); argument