Searched refs:mallocfn (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/ |
H A D | ht-internal.h | 302 #define HT_GENERATE(name, type, field, hashfn, eqfn, load, mallocfn, \ argument 334 if ((new_table = mallocfn(new_len*sizeof(struct type*)))) { \
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | ht-internal.h | 301 #define HT_GENERATE(name, type, field, hashfn, eqfn, load, mallocfn, \ argument 333 if ((new_table = mallocfn(new_len*sizeof(struct type*)))) { \
|