MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / addressToWord

Function addressToWord

src/OSspecific/POSIX/printStack.C:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83
84inline word addressToWord(const uintptr_t addr)
85{
86 OStringStream nStream;
87 nStream << "0x" << hex << addr;
88 return nStream.str();
89}
90
91
92void printSourceFileAndLine

Callers 1

printSourceFileAndLineFunction · 0.85

Calls 1

strMethod · 0.45

Tested by

no test coverage detected