Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dalloc.c365 size_t unbound_mem_alloc = 0; variable
382 unbound_mem_alloc += size; in unbound_stat_malloc()
406 unbound_mem_alloc += s; in unbound_stat_calloc()
455 unbound_mem_alloc += size; 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()