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

/freebsd-11.0-release/contrib/unbound/util/
H A Dalloc.c342 size_t unbound_mem_alloc = 0; variable
358 unbound_mem_alloc += size;
381 unbound_mem_alloc += s;
429 unbound_mem_alloc += size;
/freebsd-11.0-release/contrib/unbound/daemon/
H A Dworker.c135 extern size_t unbound_mem_alloc, unbound_mem_freed;
140 (unsigned)unbound_mem_alloc, (unsigned)unbound_mem_freed);
142 unbound_mem_alloc, unbound_mem_freed);

Completed in 120 milliseconds