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

Method setFormatter

src/CppUTestExt/MemoryReportAllocator.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void MemoryReportAllocator::setFormatter(MemoryReportFormatter* formatter)
76{
77 formatter_ = formatter;
78}
79
80char* MemoryReportAllocator::alloc_memory(size_t size, const char* file, size_t line)
81{

Callers 1

initializeAllocatorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected