SimGrid
3.16
Versatile Simulation of Distributed Systems
|
Namespaces | |
simgrid | |
Alltoall Bruck. | |
simgrid::xbt | |
Functions | |
size_t | xbt_backtrace_current (xbt_backtrace_location_t *loc, size_t count) |
Captures a backtrace for further use. More... | |
int | xbt_backtrace_no_malloc (void **array, int size) |
reimplementation of glibc backtrace based directly on gcc library, without implicit malloc More... | |
std::vector< std::string > | simgrid::xbt::resolveBacktrace (xbt_backtrace_location_t const *loc, std::size_t count) |
size_t xbt_backtrace_current | ( | xbt_backtrace_location_t * | loc, |
size_t | count | ||
) |
Captures a backtrace for further use.
int xbt_backtrace_no_malloc | ( | void ** | array, |
int | size | ||
) |
reimplementation of glibc backtrace based directly on gcc library, without implicit malloc