| 131 | "\tIf this is the case, check whether your malloc/free replacements are working (#define malloc cpputest_malloc etc).\n" |
| 132 | |
| 133 | MemoryLeakOutputStringBuffer::MemoryLeakOutputStringBuffer() |
| 134 | : total_leaks_(0), giveWarningOnUsingMalloc_(false) |
| 135 | { |
| 136 | } |
| 137 | |
| 138 | void MemoryLeakOutputStringBuffer::addAllocationLocation(const char* allocationFile, size_t allocationLineNumber, size_t allocationSize, TestMemoryAllocator* allocator) |
| 139 | { |
nothing calls this directly
no outgoing calls
no test coverage detected