Searched refs:unbound_stat_reallocarray_log (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | alloc.c | 523 void *unbound_stat_reallocarray_log(void *ptr, size_t nmemb, size_t size, in unbound_stat_reallocarray_log() function
|
/freebsd/contrib/unbound/ |
H A D | config.h.in | 1588 # define reallocarray(p,n,s) unbound_stat_reallocarray_log(p, n, s, __FILE__, __LINE__, __func__) 1602 void *unbound_stat_reallocarray_log(void *ptr, size_t nmemb, size_t size,
|
H A D | configure.ac | 2396 # define reallocarray(p,n,s) unbound_stat_reallocarray_log(p, n, s, __FILE__, __LINE__, __func__) 2410 void *unbound_stat_reallocarray_log(void *ptr, size_t nmemb, size_t size,
|