Home
last modified time | relevance | path

Searched refs:MemCounter (Results 1 – 1 of 1) 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();