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

Method report

src/CppUTest/MemoryLeakDetector.cpp:737–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735}
736
737const char* MemoryLeakDetector::report(MemLeakPeriod period)
738{
739 ConstructMemoryLeakReport(period);
740
741 return outputBuffer_.toString();
742}
743
744void MemoryLeakDetector::markCheckingPeriodLeaksAsNonCheckingPeriod()
745{

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected