Searched defs:sz (Results 1 – 2 of 2) sorted by relevance
68 #define uthash_malloc(sz) malloc(sz) /* malloc fcn */ argument69 #define uthash_free(ptr,sz) free(ptr) /* free fcn */ argument
82 #define uthash_malloc(sz) malloc(sz) /* malloc fcn */ argument85 #define uthash_free(ptr,sz) free(ptr) /* free fcn */ argument