Searched refs:uthash_free (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/common/
H A Duthash.h77 #ifndef uthash_free
78 #define uthash_free(ptr,sz) free(ptr) /* free fcn */ macro
123 uthash_free((tbl)->bloom_bv, HASH_BLOOM_BYTELEN); \
211 uthash_free((head)->hh.tbl->buckets, \
214 uthash_free((head)->hh.tbl, sizeof(UT_hash_table)); \
686 uthash_free( tbl->buckets, tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \
829 uthash_free((head)->hh.tbl->buckets, \
832 uthash_free((head)->hh.tbl, sizeof(UT_hash_table)); \
/freebsd-11-stable/contrib/libucl/uthash/
H A Duthash.h76 #ifndef uthash_free
77 #define uthash_free(ptr,sz) free(ptr) /* free fcn */ macro
122 uthash_free((tbl)->bloom_bv, HASH_BLOOM_BYTELEN); \
221 uthash_free((head)->hh.tbl->buckets, \
224 uthash_free((head)->hh.tbl, sizeof(UT_hash_table)); \
473 uthash_free( tbl->buckets, tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \
624 uthash_free((head)->hh.tbl->buckets, \
627 uthash_free((head)->hh.tbl, sizeof(UT_hash_table)); \

Completed in 47 milliseconds