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

Method CodeMemoryReportFormatter

src/CppUTestExt/CodeMemoryReportFormatter.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44};
45
46CodeMemoryReportFormatter::CodeMemoryReportFormatter(TestMemoryAllocator* internalAllocator)
47 : codeReportingList_(NULLPTR), internalAllocator_(internalAllocator)
48{
49}
50
51CodeMemoryReportFormatter::~CodeMemoryReportFormatter()
52{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected