Searched refs:unbound_stat_realloc_log (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libunbound/ |
H A D | config.h | 1519 # define realloc(p,s) unbound_stat_realloc_log(p, s, __FILE__, __LINE__, __func__) 1530 void *unbound_stat_realloc_log(void *ptr, size_t size, const char* file,
|
/freebsd/contrib/unbound/util/ |
H A D | alloc.c | 514 void *unbound_stat_realloc_log(void *ptr, size_t size, const char* file, in unbound_stat_realloc_log() function
|
/freebsd/contrib/unbound/ |
H A D | config.h.in | 1585 # define realloc(p,s) unbound_stat_realloc_log(p, s, __FILE__, __LINE__, __func__) 1600 void *unbound_stat_realloc_log(void *ptr, size_t size, const char* file,
|
H A D | configure.ac | 2393 # define realloc(p,s) unbound_stat_realloc_log(p, s, __FILE__, __LINE__, __func__) 2408 void *unbound_stat_realloc_log(void *ptr, size_t size, const char* file,
|
/freebsd/contrib/unbound/contrib/ |
H A D | fastrpz.patch | 51 @@ -1364,4 +1364,11 @@ void *unbound_stat_realloc_log(void *ptr, size_t size, const char* file,
|