Searched refs:uthash_malloc (Results 1 – 2 of 2) sorted by relevance
81 #ifndef uthash_malloc82 #define uthash_malloc(sz) malloc(sz) /* malloc fcn */ macro122 (tbl)->bloom_bv = (uint8_t*)uthash_malloc(HASH_BLOOM_BYTELEN); \152 (head)->hh.tbl = (UT_hash_table*)uthash_malloc( \160 (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \686 _he_new_buckets = (UT_hash_bucket*)uthash_malloc( \
68 #define uthash_malloc(sz) malloc(sz) /* malloc fcn */ macro101 (tbl)->bloom_bv = (uint8_t*)uthash_malloc(HASH_BLOOM_BYTELEN); \130 (head)->hh.tbl = (UT_hash_table*)uthash_malloc( \138 (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \711 _he_new_buckets = (UT_hash_bucket*)uthash_malloc( \