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

Method totalMemoryLeaks

src/CppUTest/MemoryLeakDetector.cpp:753–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751}
752
753size_t MemoryLeakDetector::totalMemoryLeaks(MemLeakPeriod period)
754{
755 return memoryTable_.getTotalLeaks(period);
756}

Callers 6

postTestActionMethod · 0.80
FinalReportMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

getTotalLeaksMethod · 0.80

Tested by 4

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64