MCPcopy 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
302void MemoryLeakDetectorList::addNewNode(MemoryLeakDetectorNode* node)
303{
304 node->next_ = head_;
305 head_ = node;
306}
307
308MemoryLeakDetectorNode* MemoryLeakDetectorList::removeNode(char* memory)
309{

Callers 2

storeLeakInformationMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64