Home
last modified time | relevance | path

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

/third_party/libdrm/intel/
Duthash.h84 #ifndef uthash_malloc
85 #define uthash_malloc(sz) malloc(sz) /* malloc fcn */ macro
144 (tbl)->bloom_bv = (uint8_t*)uthash_malloc(HASH_BLOOM_BYTELEN); \
174 (head)->hh.tbl = (UT_hash_table*)uthash_malloc( \
182 (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \
797 _he_new_buckets = (UT_hash_bucket*)uthash_malloc( \
/third_party/libcoap/include/coap3/
Duthash.h75 #ifndef uthash_malloc
76 #define uthash_malloc(sz) malloc(sz) /* malloc fcn */ macro
182 (tbl)->bloom_bv = (uint8_t*)uthash_malloc(HASH_BLOOM_BYTELEN); \
215 (head)->hh.tbl = (UT_hash_table*)uthash_malloc(sizeof(UT_hash_table)); \
224 (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \
838 _he_new_buckets = (UT_hash_bucket*)uthash_malloc( \