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

Method getNextLeakForAllocationStage

src/CppUTest/MemoryLeakDetector.cpp:369–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369MemoryLeakDetectorNode* MemoryLeakDetectorList::getNextLeakForAllocationStage(MemoryLeakDetectorNode* node, unsigned char allocation_stage)
370{
371 return getLeakForAllocationStageFrom(node->next_, allocation_stage);
372}
373
374
375

Calls 1

Tested by

no test coverage detected