HomeSort by relevance Sort by last modified time
    Searched refs:MemCounter (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
count_new.hpp 27 class MemCounter
30 // Make MemCounter super hard to accidentally construct or copy.
32 explicit MemCounter(MemCounterCtorArg_) { reset(); }
35 MemCounter(MemCounter const &);
36 MemCounter & operator=(MemCounter const &);
197 const bool MemCounter::disable_checking = true;
199 const bool MemCounter::disable_checking = false;
202 MemCounter globalMemCounter((MemCounter::MemCounterCtorArg_()))
    [all...]
  /external/libcxx/test/support/
count_new.hpp 35 class MemCounter
38 // Make MemCounter super hard to accidentally construct or copy.
40 explicit MemCounter(MemCounterCtorArg_) { reset(); }
43 MemCounter(MemCounter const &);
44 MemCounter & operator=(MemCounter const &);
229 const bool MemCounter::disable_checking = true;
231 const bool MemCounter::disable_checking = false;
234 MemCounter globalMemCounter((MemCounter::MemCounterCtorArg_()))
    [all...]

Completed in 173 milliseconds