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

Method actualAllocator

src/CppUTest/TestMemoryAllocator.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187TestMemoryAllocator* TestMemoryAllocator::actualAllocator()
188{
189 return this;
190}
191
192MemoryLeakAllocator::MemoryLeakAllocator(TestMemoryAllocator* originalAllocator)
193 : originalAllocator_(originalAllocator)

Callers 5

checkForCorruptionMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
_exitNonZeroFunctionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected