| 30 | #include "CppUTestExt/MemoryReportFormatter.h" |
| 31 | |
| 32 | MemoryReportAllocator::MemoryReportAllocator() : result_(NULLPTR), realAllocator_(NULLPTR), formatter_(NULLPTR) |
| 33 | { |
| 34 | } |
| 35 | |
| 36 | MemoryReportAllocator::~MemoryReportAllocator() |
| 37 | { |
nothing calls this directly
no outgoing calls
no test coverage detected