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

Method addErrorMessageForTooMuchLeaks

src/CppUTest/MemoryLeakDetector.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void MemoryLeakOutputStringBuffer::addErrorMessageForTooMuchLeaks()
205{
206 outputBuffer_.add(MEM_LEAK_TOO_MUCH);
207}
208
209void MemoryLeakOutputStringBuffer::addMemoryLeakFooter(size_t amountOfLeaks)
210{

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected