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

Method MemoryLeakAllocator

src/CppUTest/TestMemoryAllocator.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192MemoryLeakAllocator::MemoryLeakAllocator(TestMemoryAllocator* originalAllocator)
193 : originalAllocator_(originalAllocator)
194{
195}
196
197MemoryLeakAllocator::~MemoryLeakAllocator()
198{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected