MCPcopy Create free account
hub / github.com/cpputest/cpputest / startChecking

Method startChecking

src/CppUTest/MemoryLeakDetector.cpp:490–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490void MemoryLeakDetector::startChecking()
491{
492 outputBuffer_.clear();
493 current_period_ = mem_leak_period_checking;
494}
495
496void MemoryLeakDetector::stopChecking()
497{

Callers 3

preTestActionMethod · 0.80
setupFunction · 0.80
TESTFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by 2

setupFunction · 0.64
TESTFunction · 0.64