Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ addNewNode
Method
addNewNode
src/CppUTest/MemoryLeakDetector.cpp:302–306 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
300
}
301
302
void MemoryLeakDetectorList::addNewNode(MemoryLeakDetectorNode* node)
303
{
304
node->next_ = head_;
305
head_ = node;
306
}
307
308
MemoryLeakDetectorNode* MemoryLeakDetectorList::removeNode(char* memory)
309
{
Callers
2
storeLeakInformation
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64