Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
204
void MemoryLeakOutputStringBuffer::addErrorMessageForTooMuchLeaks()
205
{
206
outputBuffer_.add(MEM_LEAK_TOO_MUCH);
207
}
208
209
void MemoryLeakOutputStringBuffer::addMemoryLeakFooter(size_t amountOfLeaks)
210
{
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected