Searched refs:UT_hash_bucket (Results 1 – 2 of 2) sorted by relevance
160 (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \161 HASH_INITIAL_NUM_BUCKETS*sizeof(struct UT_hash_bucket)); \164 HASH_INITIAL_NUM_BUCKETS*sizeof(struct UT_hash_bucket)); \229 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \685 UT_hash_bucket *_he_new_buckets, *_he_newbkt; \686 _he_new_buckets = (UT_hash_bucket*)uthash_malloc( \687 2 * tbl->num_buckets * sizeof(struct UT_hash_bucket)); \690 2 * tbl->num_buckets * sizeof(struct UT_hash_bucket)); \715 uthash_free( tbl->buckets, tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \867 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket)); \[all …]
138 (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \139 HASH_INITIAL_NUM_BUCKETS*sizeof(struct UT_hash_bucket)); \142 HASH_INITIAL_NUM_BUCKETS*sizeof(struct UT_hash_bucket)); \198 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \710 UT_hash_bucket *_he_new_buckets, *_he_newbkt; \711 _he_new_buckets = (UT_hash_bucket*)uthash_malloc( \712 2 * tbl->num_buckets * sizeof(struct UT_hash_bucket)); \715 2 * tbl->num_buckets * sizeof(struct UT_hash_bucket)); \740 uthash_free( tbl->buckets, tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \884 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket)); \[all …]