Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/util/
HDalloc.c497 void *unbound_stat_malloc_lite(size_t size, const char* file, int line, in unbound_stat_malloc_lite() function
561 return unbound_stat_malloc_lite(size, file, line, func); in unbound_stat_realloc_lite()
586 newa = unbound_stat_malloc_lite(size, file, line, func); in unbound_stat_realloc_lite()
602 char* n = (char*)unbound_stat_malloc_lite(l, file, line, func); in unbound_strdup_lite()
623 *dest = unbound_stat_malloc_lite(ms, __FILE__, __LINE__, in unbound_lite_pkt2wire()
642 *sig = unbound_stat_malloc_lite((size_t)r, __FILE__, __LINE__, in unbound_lite_i2d_DSA_SIG()
HDalloc.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,