Searched refs:unbound_stat_calloc_log (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libunbound/ |
H A D | config.h | 1517 # define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__) 1526 void *unbound_stat_calloc_log(size_t nmemb, size_t size, const char* file,
|
/freebsd/contrib/unbound/util/ |
H A D | alloc.c | 491 void *unbound_stat_calloc_log(size_t nmemb, size_t size, const char* file, in unbound_stat_calloc_log() function
|
/freebsd/contrib/unbound/ |
H A D | config.h.in | 1583 # define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__) 1596 void *unbound_stat_calloc_log(size_t nmemb, size_t size, const char* file,
|
H A D | configure.ac | 2391 # define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__) 2404 void *unbound_stat_calloc_log(size_t nmemb, size_t size, const char* file,
|