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

Class CodeReportingAllocationNode

src/CppUTestExt/CodeMemoryReportFormatter.cpp:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37#define MAX_VARIABLE_NAME_LENGTH MAX_VARIABLE_NAME_FILE_PART + MAX_VARIABLE_NAME_SEPERATOR_PART + MAX_VARIABLE_NAME_LINE_PART
38
39struct CodeReportingAllocationNode
40{
41 char variableName_[MAX_VARIABLE_NAME_LENGTH + 1];
42 void* memory_;
43 CodeReportingAllocationNode* next_;
44};
45
46CodeMemoryReportFormatter::CodeMemoryReportFormatter(TestMemoryAllocator* internalAllocator)
47 : codeReportingList_(NULLPTR), internalAllocator_(internalAllocator)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected