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

Method getFirstLeakForAllocationStage

src/CppUTest/MemoryLeakDetector.cpp:359–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359MemoryLeakDetectorNode* MemoryLeakDetectorList::getFirstLeakForAllocationStage(unsigned char allocation_stage)
360{
361 return getLeakForAllocationStageFrom(head_, allocation_stage);
362}
363
364MemoryLeakDetectorNode* MemoryLeakDetectorList::getNextLeak(MemoryLeakDetectorNode* node, MemLeakPeriod period)
365{

Calls

no outgoing calls

Tested by

no test coverage detected