Home
last modified time | relevance | path

Searched refs:unbound_stat_calloc_lite (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dalloc.h194 # 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 Dalloc.c568 void *unbound_stat_calloc_lite(size_t nmemb, size_t size, const char* file, in unbound_stat_calloc_lite() function