Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dcount_new.hpp35 class MemCounter class
40 explicit MemCounter(MemCounterCtorArg_) { reset(); } in MemCounter() function in MemCounter
43 MemCounter(MemCounter const &);
44 MemCounter & operator=(MemCounter const &);
346 const bool MemCounter::disable_checking = true;
348 const bool MemCounter::disable_checking = false;
351 inline MemCounter* getGlobalMemCounter() { in getGlobalMemCounter()
352 static MemCounter counter((MemCounter::MemCounterCtorArg_())); in getGlobalMemCounter()
356 MemCounter &globalMemCounter = *getGlobalMemCounter();
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dcount_new.h35 class MemCounter
40 explicit MemCounter(MemCounterCtorArg_) { reset(); } in MemCounter() function
43 MemCounter(MemCounter const &);
44 MemCounter & operator=(MemCounter const &);
361 const bool MemCounter::disable_checking = true;
363 const bool MemCounter::disable_checking = false;
368 inline MemCounter* getGlobalMemCounter() { in getGlobalMemCounter()
369 static MemCounter counter((MemCounter::MemCounterCtorArg_())); in getGlobalMemCounter()
374 MemCounter &globalMemCounter = *getGlobalMemCounter();