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

Method addMemoryLeakFooter

src/CppUTest/MemoryLeakDetector.cpp:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void MemoryLeakOutputStringBuffer::addMemoryLeakFooter(size_t amountOfLeaks)
210{
211 outputBuffer_.add("%s %d\n", MEM_LEAK_FOOTER, (int) amountOfLeaks);
212}
213
214void MemoryLeakOutputStringBuffer::addWarningForUsingMalloc()
215{

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected