| 44 | }; |
| 45 | |
| 46 | CodeMemoryReportFormatter::CodeMemoryReportFormatter(TestMemoryAllocator* internalAllocator) |
| 47 | : codeReportingList_(NULLPTR), internalAllocator_(internalAllocator) |
| 48 | { |
| 49 | } |
| 50 | |
| 51 | CodeMemoryReportFormatter::~CodeMemoryReportFormatter() |
| 52 | { |
nothing calls this directly
no outgoing calls
no test coverage detected