Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/
H A Dalloc.c523 void *unbound_stat_malloc_lite(size_t size, const char* file, int line, in unbound_stat_malloc_lite() function
590 return unbound_stat_malloc_lite(size, file, line, func); in unbound_stat_realloc_lite()
615 newa = unbound_stat_malloc_lite(size, file, line, func); in unbound_stat_realloc_lite()
631 char* n = (char*)unbound_stat_malloc_lite(l, file, line, func); in unbound_strdup_lite()
652 *dest = unbound_stat_malloc_lite(ms, __FILE__, __LINE__, in unbound_lite_pkt2wire()
671 *sig = unbound_stat_malloc_lite((size_t)r, __FILE__, __LINE__, in unbound_lite_i2d_DSA_SIG()
H A Dalloc.h193 # define malloc(s) unbound_stat_malloc_lite(s, __FILE__, __LINE__, __func__)
197 void *unbound_stat_malloc_lite(size_t size, const char* file, int line,