Searched refs:UT_hash_bucket (Results 1 – 2 of 2) sorted by relevance
152 (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \153 HASH_INITIAL_NUM_BUCKETS*sizeof(struct UT_hash_bucket)); \156 HASH_INITIAL_NUM_BUCKETS*sizeof(struct UT_hash_bucket)); \222 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \443 UT_hash_bucket *_he_new_buckets, *_he_newbkt; \444 _he_new_buckets = (UT_hash_bucket*)uthash_malloc( \445 2 * tbl->num_buckets * sizeof(struct UT_hash_bucket)); \448 2 * tbl->num_buckets * sizeof(struct UT_hash_bucket)); \473 uthash_free( tbl->buckets, tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \625 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket)); \[all …]
152 (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \153 HASH_INITIAL_NUM_BUCKETS*sizeof(struct UT_hash_bucket)); \156 HASH_INITIAL_NUM_BUCKETS*sizeof(struct UT_hash_bucket)); \212 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \656 UT_hash_bucket *_he_new_buckets, *_he_newbkt; \657 _he_new_buckets = (UT_hash_bucket*)uthash_malloc( \658 2 * tbl->num_buckets * sizeof(struct UT_hash_bucket)); \661 2 * tbl->num_buckets * sizeof(struct UT_hash_bucket)); \686 uthash_free( tbl->buckets, tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \830 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket)); \[all …]