Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dcount_new.hpp461 m_new_count_on_init(globalMemCounter.new_called), in RequireAllocationGuard()
472 std::size_t Expect = m_new_count_on_init + m_req_alloc; in ~RequireAllocationGuard()
479 const std::size_t m_new_count_on_init; member