Searched refs:unbound_stat_malloc_lite (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/unbound/util/
H A Dalloc.h185 # define malloc(s) unbound_stat_malloc_lite(s, __FILE__, __LINE__, __func__)
189 void *unbound_stat_malloc_lite(size_t size, const char* file, int line,
H A Dalloc.c497 void *unbound_stat_malloc_lite(size_t size, const char* file, int line, function
561 return unbound_stat_malloc_lite(size, file, line, func);
586 newa = unbound_stat_malloc_lite(size, file, line, func);
602 char* n = (char*)unbound_stat_malloc_lite(l, file, line, func);
623 *dest = unbound_stat_malloc_lite(ms, __FILE__, __LINE__,
642 *sig = unbound_stat_malloc_lite((size_t)r, __FILE__, __LINE__,

Completed in 153 milliseconds