#include "TMemStatBacktrace.h"#include <cstdlib>#include <execinfo.h>#include <cxxabi.h>#include <dlfcn.h>#include "TString.h"Go to the source code of this file.
Namespaces | |
| namespace | memstat |
Functions | |
| static void * | memstat::return_address (int _frame) |
| size_t | memstat::builtin_return_address (void **_container, size_t _limit) |
| size_t | memstat::getBacktrace (void **_trace, size_t _size, Bool_t _bUseGNUBuiltinBacktrace=kFALSE) |
| int | memstat::getSymbols (void *_pAddr, TString &_strInfo, TString &_strLib, TString &_strSymbol) |
| void | memstat::getSymbolFullInfo (void *_pAddr, TString *_retInfo, const char *const _seporator=" | ") |
| void | memstat::demangle (char *_codeInfo, TString &_str) |
Variables | |
| void * | g_global_stack_end = NULL |
| void* g_global_stack_end = NULL |
Definition at line 33 of file TMemStatBacktrace.cxx.
1.5.1