Home
last modified time | relevance | path

Searched refs:unbound_stat_malloc_log (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/unbound/
HDconfig.h1048 # define malloc(s) unbound_stat_malloc_log(s, __FILE__, __LINE__, __func__)
1056 void *unbound_stat_malloc_log(size_t size, const char* file, int line,
HDconfig.h.in1047 # define malloc(s) unbound_stat_malloc_log(s, __FILE__, __LINE__, __func__)
1055 void *unbound_stat_malloc_log(size_t size, const char* file, int line,
HDconfigure.ac1387 # define malloc(s) unbound_stat_malloc_log(s, __FILE__, __LINE__, __func__)
1395 void *unbound_stat_malloc_log(size_t size, const char* file, int line,
/NextBSD/contrib/unbound/util/
HDalloc.c445 void *unbound_stat_malloc_log(size_t size, const char* file, int line, in unbound_stat_malloc_log() function