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

Method alloc_name

src/CppUTestExt/MemoryReportAllocator.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45const char* MemoryReportAllocator::alloc_name() const
46{
47 return realAllocator_->alloc_name();
48}
49
50const char* MemoryReportAllocator::free_name() const
51{

Callers 3

isNewAllocatorMethod · 0.45
getAllocationStringMethod · 0.45
report_alloc_memoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected