|
SimGrid
3.21
Versatile Simulation of Distributed Systems
|
Typedefs | |
| typedef struct s_xbt_mallocator * | xbt_mallocator_t |
| Mallocator data type (opaque structure) More... | |
Functions | |
| xbt_mallocator_t | xbt_mallocator_new (int size, pvoid_f_void_t new_f, void_f_pvoid_t free_f, void_f_pvoid_t reset_f) |
| void | xbt_mallocator_free (xbt_mallocator_t mallocator) |
| typedef struct s_xbt_mallocator* xbt_mallocator_t |
Mallocator data type (opaque structure)
| xbt_mallocator_t xbt_mallocator_new | ( | int | size, |
| pvoid_f_void_t | new_f, | ||
| void_f_pvoid_t | free_f, | ||
| void_f_pvoid_t | reset_f | ||
| ) |
| void xbt_mallocator_free | ( | xbt_mallocator_t | mallocator | ) |