Home
last modified time | relevance | path

Searched defs:sz (Results 1 – 1 of 1) sorted by relevance

/libbtbb/lib/src/
H A Duthash.h82 #define uthash_malloc(sz) malloc(sz) /* malloc fcn */ argument
85 #define uthash_free(ptr,sz) free(ptr) /* free fcn */ argument