Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dcount_new.hpp294 struct RequireAllocationGuard { struct
295 explicit RequireAllocationGuard(std::size_t RequireAtLeast = 1) in RequireAllocationGuard() argument
306 ~RequireAllocationGuard() { in ~RequireAllocationGuard() argument
318 RequireAllocationGuard(RequireAllocationGuard const&); argument