MCPcopy Create free account
hub / github.com/cpputest/cpputest / addDeallocationLocation

Method addDeallocationLocation

src/CppUTest/MemoryLeakDetector.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void 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
148void MemoryLeakOutputStringBuffer::addNoMemoryLeaksMessage()
149{

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
free_nameMethod · 0.45

Tested by

no test coverage detected