| 185 | } |
| 186 | |
| 187 | TestMemoryAllocator* TestMemoryAllocator::actualAllocator() |
| 188 | { |
| 189 | return this; |
| 190 | } |
| 191 | |
| 192 | MemoryLeakAllocator::MemoryLeakAllocator(TestMemoryAllocator* originalAllocator) |
| 193 | : originalAllocator_(originalAllocator) |
no outgoing calls
no test coverage detected