Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
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,
H A Dalloc.c553 void *unbound_stat_malloc_lite(size_t size, const char* file, int line, in unbound_stat_malloc_lite() function
620 return unbound_stat_malloc_lite(size, file, line, func); in unbound_stat_realloc_lite()
645 newa = unbound_stat_malloc_lite(size, file, line, func); in unbound_stat_realloc_lite()
661 char* n = (char*)unbound_stat_malloc_lite(l, file, line, func); in unbound_strdup_lite()
682 *dest = unbound_stat_malloc_lite(ms, __FILE__, __LINE__, in unbound_lite_pkt2wire()
701 *sig = unbound_stat_malloc_lite((size_t)r, __FILE__, __LINE__, in unbound_lite_i2d_DSA_SIG()