| 212 | } |
| 213 | |
| 214 | void MemoryLeakOutputStringBuffer::addWarningForUsingMalloc() |
| 215 | { |
| 216 | outputBuffer_.add(MEM_LEAK_ADDITION_MALLOC_WARNING); |
| 217 | } |
| 218 | |
| 219 | void MemoryLeakOutputStringBuffer::reportDeallocateNonAllocatedMemoryFailure(const char* freeFile, size_t freeLine, TestMemoryAllocator* freeAllocator, MemoryLeakFailure* reporter) |
| 220 | { |