MCPcopy Create free account
hub / github.com/cpputest/cpputest / getNextLeak

Method getNextLeak

src/CppUTest/MemoryLeakDetector.cpp:364–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364MemoryLeakDetectorNode* MemoryLeakDetectorList::getNextLeak(MemoryLeakDetectorNode* node, MemLeakPeriod period)
365{
366 return getLeakFrom(node->next_, period);
367}
368
369MemoryLeakDetectorNode* MemoryLeakDetectorList::getNextLeakForAllocationStage(MemoryLeakDetectorNode* node, unsigned char allocation_stage)
370{

Calls 1

getFirstLeakMethod · 0.80

Tested by

no test coverage detected