Searched refs:unbound_stat_free_lite (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | alloc.h | 195 # define free(p) unbound_stat_free_lite(p, __FILE__, __LINE__, __func__) 201 void unbound_stat_free_lite(void *ptr, const char* file, int line,
|
H A D | alloc.c | 586 void unbound_stat_free_lite(void *ptr, const char* file, int line, in unbound_stat_free_lite() function 624 unbound_stat_free_lite(ptr, file, line, func); in unbound_stat_realloc_lite()
|