Searched defs:uthash_malloc (Results 1 – 2 of 2) sorted by relevance
| /external/fastrpc/inc/ | ||
| D | uthash.h | 78 #define uthash_malloc(sz) UTHASH_MALLOC(sz) /* malloc fcn */ macro |
| /external/libdrm/intel/ | ||
| D | uthash.h | 85 #define uthash_malloc(sz) malloc(sz) /* malloc fcn */ macro |