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/llvm-project/libcxx/test/support/
Dcount_new.h34 class MemCounter
39 explicit MemCounter(MemCounterCtorArg_) { reset(); } in MemCounter() function
42 MemCounter(MemCounter const &);
43 MemCounter & operator=(MemCounter const &);
345 const bool MemCounter::disable_checking = true;
347 const bool MemCounter::disable_checking = false;
354 inline MemCounter* getGlobalMemCounter() { in getGlobalMemCounter()
355 static MemCounter counter((MemCounter::MemCounterCtorArg_())); in getGlobalMemCounter()
362 MemCounter &globalMemCounter = *getGlobalMemCounter();