Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dalloc.c367 size_t unbound_mem_freed = 0; variable
427 unbound_mem_freed += s; in unbound_stat_free()
456 unbound_mem_freed += cursz; in unbound_stat_realloc()
/freebsd/contrib/unbound/daemon/
H A Dworker.c122 extern size_t unbound_mem_alloc, unbound_mem_freed; in worker_mem_report()
195 (unsigned)unbound_mem_alloc, (unsigned)unbound_mem_freed); in worker_mem_report()