Home
last modified time | relevance | path

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

/minix3/external/bsd/libc++/dist/libcxx/test/support/
H A 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