Home
last modified time | relevance | path

Searched refs:m_outstanding_new_on_init (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/support/
Dcount_new.hpp462 m_outstanding_new_on_init(globalMemCounter.outstanding_new), in RequireAllocationGuard()
471 assert(globalMemCounter.checkOutstandingNewEq(static_cast<int>(m_outstanding_new_on_init))); in ~RequireAllocationGuard()
480 const std::size_t m_outstanding_new_on_init; member