Searched refs:unbound_stat_calloc_lite (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | alloc.h | 194 # define calloc(n,s) unbound_stat_calloc_lite(n, s, __FILE__, __LINE__, __func__) 199 void *unbound_stat_calloc_lite(size_t nmemb, size_t size, const char* file,
|
H A D | alloc.c | 568 void *unbound_stat_calloc_lite(size_t nmemb, size_t size, const char* file, in unbound_stat_calloc_lite() function
|