Searched refs:unbound_stat_calloc_log (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/unbound/include/ |
H A D | config.h | 1443 # define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__) 1452 void *unbound_stat_calloc_log(size_t nmemb, size_t size, const char* file,
|
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | alloc.c | 479 void *unbound_stat_calloc_log(size_t nmemb, size_t size, const char* file, in unbound_stat_calloc_log() function
|
/netbsd-src/external/bsd/unbound/dist/ |
H A D | config.h.in | 1425 # define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__) 1434 void *unbound_stat_calloc_log(size_t nmemb, size_t size, const char* file,
|
H A D | configure.ac | 2250 # define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__) 2259 void *unbound_stat_calloc_log(size_t nmemb, size_t size, const char* file,
|