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

Method MemoryReportAllocator

src/CppUTestExt/MemoryReportAllocator.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#include "CppUTestExt/MemoryReportFormatter.h"
31
32MemoryReportAllocator::MemoryReportAllocator() : result_(NULLPTR), realAllocator_(NULLPTR), formatter_(NULLPTR)
33{
34}
35
36MemoryReportAllocator::~MemoryReportAllocator()
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected