Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ freeMemoryLeakNode
Method
freeMemoryLeakNode
src/CppUTest/TestMemoryAllocator.cpp:157–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
void TestMemoryAllocator::freeMemoryLeakNode(char* memory)
158
{
159
free_memory(memory, 0,
"MemoryLeakNode"
, 1);
160
}
161
162
char* TestMemoryAllocator::alloc_memory(size_t size, const char*, size_t)
163
{
Callers
2
checkForCorruption
Method · 0.45
removeMemoryLeakInformationWithoutCheckingOrDeallocatingTheMemoryButDeallocatingTheAccountInformation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected