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

Method setRealAllocator

src/CppUTestExt/MemoryReportAllocator.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void MemoryReportAllocator::setRealAllocator(TestMemoryAllocator* allocator)
56{
57 realAllocator_ = allocator;
58}
59
60TestMemoryAllocator* MemoryReportAllocator::getRealAllocator()
61{

Callers 2

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64