Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ addMemoryLeakHeader
Method
addMemoryLeakHeader
src/CppUTest/MemoryLeakDetector.cpp:199–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
}
198
199
void MemoryLeakOutputStringBuffer::addMemoryLeakHeader()
200
{
201
outputBuffer_.add(
"Memory leak(s) found.\n"
);
202
}
203
204
void MemoryLeakOutputStringBuffer::addErrorMessageForTooMuchLeaks()
205
{
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected