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

Method getFirstLeak

src/CppUTest/MemoryLeakDetector.cpp:354–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354MemoryLeakDetectorNode* MemoryLeakDetectorList::getFirstLeak(MemLeakPeriod period)
355{
356 return getLeakFrom(head_, period);
357}
358
359MemoryLeakDetectorNode* MemoryLeakDetectorList::getFirstLeakForAllocationStage(unsigned char allocation_stage)
360{

Callers 4

getNextLeakMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64