Home
last modified time | relevance | path

Searched refs:m_new_count_on_init (Results 1 – 2 of 2) 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
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dcount_new.h513 m_new_count_on_init(globalMemCounter.new_called), in m_req_alloc()
524 std::size_t Expect = m_new_count_on_init + m_req_alloc; in ~RequireAllocationGuard()
531 const std::size_t m_new_count_on_init; member