Searched refs:UT_hash_bucket (Results 1 – 2 of 2) sorted by relevance
224 (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \225 HASH_INITIAL_NUM_BUCKETS * sizeof(struct UT_hash_bucket)); \232 HASH_INITIAL_NUM_BUCKETS * sizeof(struct UT_hash_bucket)); \237 HASH_INITIAL_NUM_BUCKETS*sizeof(struct UT_hash_bucket)); \457 (head)->hh.tbl->num_buckets * sizeof(struct UT_hash_bucket)); \768 UT_hash_bucket *_ha_head = &(head); \790 UT_hash_bucket *_hd_head = &(head); \837 UT_hash_bucket *_he_new_buckets, *_he_newbkt; \838 _he_new_buckets = (UT_hash_bucket*)uthash_malloc( \839 sizeof(struct UT_hash_bucket) * (tbl)->num_buckets * 2U); \[all …]
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 …]