Searched refs:uthash_free (Results 1 – 2 of 2) sorted by relevance
| /components/utilities/libadt/uthash/ |
| A D | uthash.h | 80 #ifndef uthash_free 81 #define uthash_free(ptr,sz) free(ptr) /* free fcn */ macro 195 uthash_free((tbl)->bloom_bv, HASH_BLOOM_BYTELEN); \ 231 uthash_free((head)->hh.tbl, sizeof(UT_hash_table)); \ 238 uthash_free((head)->hh.tbl->buckets, \ 240 uthash_free((head)->hh.tbl, sizeof(UT_hash_table)); \ 458 uthash_free((head)->hh.tbl->buckets, \ 460 uthash_free((head)->hh.tbl, sizeof(UT_hash_table)); \ 874 uthash_free((tbl)->buckets, (tbl)->num_buckets * sizeof(struct UT_hash_bucket)); \ 1044 uthash_free((head)->hh.tbl->buckets, \ [all …]
|
| A D | rt_uthash.h | 16 #define uthash_free(ptr, sz) rt_free(ptr) macro
|
Completed in 9 milliseconds