Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dcount_new.hpp299 struct RequireAllocationGuard { struct
300 explicit RequireAllocationGuard(std::size_t RequireAtLeast = 1) in RequireAllocationGuard() function
311 ~RequireAllocationGuard() { in ~RequireAllocationGuard() argument
323 RequireAllocationGuard(RequireAllocationGuard const&); argument