Home
last modified time | relevance | path

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

/components/utilities/libadt/uthash/
A Drt_uthash.h15 #define uthash_malloc(sz) rt_malloc(sz) macro
A Duthash.h77 #ifndef uthash_malloc
78 #define uthash_malloc(sz) malloc(sz) /* malloc fcn */ macro
184 (tbl)->bloom_bv = (uint8_t*)uthash_malloc(HASH_BLOOM_BYTELEN); \
217 (head)->hh.tbl = (UT_hash_table*)uthash_malloc(sizeof(UT_hash_table)); \
226 (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \
842 _he_new_buckets = (UT_hash_bucket*)uthash_malloc( \

Completed in 6 milliseconds