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

Method free_name

src/CppUTestExt/MemoryReportAllocator.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50const char* MemoryReportAllocator::free_name() const
51{
52 return realAllocator_->free_name();
53}
54
55void MemoryReportAllocator::setRealAllocator(TestMemoryAllocator* allocator)
56{

Callers 2

getDeallocationStringMethod · 0.45
report_free_memoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected