Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Duthash.h85 #ifndef uthash_malloc
86 #define uthash_malloc(sz) malloc(sz) /* malloc fcn */ macro
148 (tbl)->bloom_bv = (uint8_t*)uthash_malloc(HASH_BLOOM_BYTELEN); \
180 (head)->hh.tbl = (UT_hash_table*)uthash_malloc(sizeof(UT_hash_table)); \
189 (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \
830 _he_new_buckets = (UT_hash_bucket*)uthash_malloc( \