Searched refs:data_free (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/include/collections/
H A Dhash_table.h36 collections_hash_data_free data_free; member in struct:_collections_hash_table
H A Dlist.h79 collections_release_data data_free; member in struct:_collections_header_data
/barrelfish-master/lib/collections/
H A Dhash_table.c36 static void collections_hash_create_core(collections_hash_table **t, int num_buckets, collections_hash_data_free data_free) argument
52 (*t)->data_free = data_free;
73 if (t->data_free)
75 t->data_free(he->data);
H A Dlist.c88 h->data_free = func;
100 collections_release_data data_free = local
101 ((collections_header_data*)start->data)->data_free;
111 if (data != NULL && data_free)
113 data_free(data);

Completed in 33 milliseconds