|
SimGrid 3.6.2
Scalable simulation of distributed systems
|
Functions | |
| unsigned long | xbt_dynar_length (const xbt_dynar_t dynar) |
| Count of dynar's elements. | |
| int | xbt_dynar_is_empty (const xbt_dynar_t dynar) |
| check if a dynar is empty | |
| void | xbt_dynar_reset (xbt_dynar_t const dynar) |
| Frees the content and set the size to 0. | |
| unsigned long xbt_dynar_length | ( | const xbt_dynar_t | dynar | ) |
Count of dynar's elements.
| dynar | the dynar we want to mesure |
| int xbt_dynar_is_empty | ( | const xbt_dynar_t | dynar | ) |
check if a dynar is empty
| dynar | the dynat we want to check |
| void xbt_dynar_reset | ( | xbt_dynar_t const | dynar | ) |
Frees the content and set the size to 0.
| dynar | who to squeeze |
| Back to the main Simgrid Documentation page |
The version of Simgrid documented here is v3.6.2. Documentation of other versions can be found in their respective archive files (directory doc/html). |
Generated for SimGridAPI by
|