SimGrid
3.18
Versatile Simulation of Distributed Systems
|
Classes | |
struct | s_smpi_static_t |
Functions | |
void | smpi_register_static (void *arg, void_f_pvoid_t free_fn) |
void | smpi_free_static () |
Variables | |
static std::stack< s_smpi_static_t > | registered_static_variables_stack |
Holds a reference to all static variables that were registered via smpi_register_static(). More... | |
void smpi_register_static | ( | void * | arg, |
void_f_pvoid_t | free_fn | ||
) |
void smpi_free_static | ( | ) |
|
static |
Holds a reference to all static variables that were registered via smpi_register_static().
This helps to free them when SMPI shuts down.