| 141 | } |
| 142 | |
| 143 | void MemoryLeakOutputStringBuffer::addDeallocationLocation(const char* freeFile, size_t freeLineNumber, TestMemoryAllocator* allocator) |
| 144 | { |
| 145 | outputBuffer_.add(" deallocated at file: %s line: %d type: %s\n", freeFile, (int) freeLineNumber, allocator->free_name()); |
| 146 | } |
| 147 | |
| 148 | void MemoryLeakOutputStringBuffer::addNoMemoryLeaksMessage() |
| 149 | { |