MCPcopy Create free account
hub / github.com/catboost/catboost / TCppDemangler

Class TCppDemangler

util/system/demangle_impl.h:13–19  ·  view source on GitHub ↗

* cxxabi::__cxa_demangle (and thus TCppDemanger) have terrible memory ownership model. * * Consider using CppDemangle instead. It is slow, but robust. */

Source from the content-addressed store, hash-verified

11 * Consider using CppDemangle instead. It is slow, but robust.
12 */
13 class TCppDemangler {
14 public:
15 const char* Demangle(const char* name);
16
17 private:
18 THolder<char, TFree> TmpBuf_;
19 };
20
21} // namespace NPrivate

Callers 2

CppDemangleImplFunction · 0.85
ResolveSymbolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected