| 190 | } |
| 191 | |
| 192 | MemoryLeakAllocator::MemoryLeakAllocator(TestMemoryAllocator* originalAllocator) |
| 193 | : originalAllocator_(originalAllocator) |
| 194 | { |
| 195 | } |
| 196 | |
| 197 | MemoryLeakAllocator::~MemoryLeakAllocator() |
| 198 | { |
nothing calls this directly
no outgoing calls
no test coverage detected