Searched refs:UT_hash_bucket (Results 1 – 1 of 1) sorted by relevance
182 (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \183 HASH_INITIAL_NUM_BUCKETS*sizeof(struct UT_hash_bucket)); \186 HASH_INITIAL_NUM_BUCKETS*sizeof(struct UT_hash_bucket)); \342 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \796 UT_hash_bucket *_he_new_buckets, *_he_newbkt; \797 _he_new_buckets = (UT_hash_bucket*)uthash_malloc( \798 2UL * tbl->num_buckets * sizeof(struct UT_hash_bucket)); \801 2UL * tbl->num_buckets * sizeof(struct UT_hash_bucket)); \826 uthash_free( tbl->buckets, tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \978 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket)); \[all …]