SimGrid
3.16
Versatile Simulation of Distributed Systems
|
#include "dict_private.h"
Functions | |
XBT_LOG_NEW_DEFAULT_SUBCATEGORY (xbt_dict_elm, xbt_dict, "Dictionaries internals") | |
xbt_dictelm_t | xbt_dictelm_new (const char *key, int key_len, unsigned int hash_code, void *content) |
void | xbt_dictelm_free (xbt_dict_t dict, xbt_dictelm_t element) |
void | xbt_dictelm_set_data (xbt_dict_t dict, xbt_dictelm_t element, void *data, void_f_pvoid_t free_ctn) |
void * | dict_elm_mallocator_new_f (void) |
Variables | |
xbt_mallocator_t | dict_elm_mallocator = NULL |
XBT_LOG_NEW_DEFAULT_SUBCATEGORY | ( | xbt_dict_elm | , |
xbt_dict | , | ||
"Dictionaries internals" | |||
) |
xbt_dictelm_t xbt_dictelm_new | ( | const char * | key, |
int | key_len, | ||
unsigned int | hash_code, | ||
void * | content | ||
) |
void xbt_dictelm_free | ( | xbt_dict_t | dict, |
xbt_dictelm_t | element | ||
) |
void xbt_dictelm_set_data | ( | xbt_dict_t | dict, |
xbt_dictelm_t | element, | ||
void * | data, | ||
void_f_pvoid_t | free_ctn | ||
) |
xbt_mallocator_t dict_elm_mallocator = NULL |