Searched refs:mallocfn (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ht-internal.h | 300 #define HT_GENERATE(name, type, field, hashfn, eqfn, load, mallocfn, \ argument 332 if ((new_table = mallocfn(new_len*sizeof(struct type*)))) { \
|
/freebsd/contrib/libevent/ |
H A D | ht-internal.h | 300 #define HT_GENERATE(name, type, field, hashfn, eqfn, load, mallocfn, \ argument 332 if ((new_table = mallocfn(new_len*sizeof(struct type*)))) { \
|