Searched refs:uthash_malloc (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/common/
H A Duthash.h74 #ifndef uthash_malloc
75 #define uthash_malloc(sz) malloc(sz) /* malloc fcn */ macro
115 (tbl)->bloom_bv = (uint8_t*)uthash_malloc(HASH_BLOOM_BYTELEN); \
144 (head)->hh.tbl = (UT_hash_table*)uthash_malloc( \
152 (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \
657 _he_new_buckets = (UT_hash_bucket*)uthash_malloc( \
/freebsd-11-stable/contrib/libucl/uthash/
H A Duthash.h73 #ifndef uthash_malloc
74 #define uthash_malloc(sz) malloc(sz) /* malloc fcn */ macro
114 (tbl)->bloom_bv = (uint8_t*)uthash_malloc(HASH_BLOOM_BYTELEN); \
144 (head)->hh.tbl = (UT_hash_table*)uthash_malloc( \
152 (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \
444 _he_new_buckets = (UT_hash_bucket*)uthash_malloc( \

Completed in 107 milliseconds