* Helper function to call __cxa_demangle. Has internal linkage. * Handles the C-style memory management required. * Returns a std::string with the long human-readable name of the * type. * @param name * The "name" of the type that needs to be demangled. * @throw FatalError * The short internal type name could not be converted. */ This was taken from the RAMCloud project.
source not stored for this graph (policy: none)