Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ allocMemoryLeakNode
Method
allocMemoryLeakNode
src/CppUTest/TestMemoryAllocator.cpp:152–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
char* TestMemoryAllocator::allocMemoryLeakNode(size_t size)
153
{
154
return alloc_memory(size,
"MemoryLeakNode"
, 1);
155
}
156
157
void TestMemoryAllocator::freeMemoryLeakNode(char* memory)
158
{
Callers
1
createMemoryLeakAccountingInformation
Method · 0.45
Calls
1
PlatformSpecificMalloc
Function · 0.85
Tested by
no test coverage detected