Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
void MemoryReportAllocator::setFormatter(MemoryReportFormatter* formatter)
76
{
77
formatter_ = formatter;
78
}
79
80
char* MemoryReportAllocator::alloc_memory(size_t size, const char* file, size_t line)
81
{
Callers
1
initializeAllocator
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected