Searched refs:unbound_stat_realloc_lite (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | alloc.h | 196 # define realloc(p,s) unbound_stat_realloc_lite(p, s, __FILE__, __LINE__, __func__) 203 void *unbound_stat_realloc_lite(void *ptr, size_t size, const char* file,
|
H A D | alloc.c | 612 void *unbound_stat_realloc_lite(void *ptr, size_t size, const char* file, in unbound_stat_realloc_lite() function
|