|
void | Memstat::demangle (char *_codeInfo, TString &_str) |
| demangle symbols More...
|
|
size_t | Memstat::getBacktrace (void **_trace, size_t _size, Bool_t _bUseGNUBuiltinBacktrace) |
| Get the backtrace _trace - array of pointers _size - maximal deepness of stack information _bUseGNUBuiltinBacktrace - whether to use gcc builtin backtrace or C library one. More...
|
|
void | Memstat::getSymbolFullInfo (void *_pAddr, TString *_retInfo, const char *const _seporator=" | ") |
|
int | Memstat::getSymbols (void *_pAddr, TString &, TString &_strLib, TString &_strSymbol) |
| get the name of the function and library More...
|
|