Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/daemon/
HDworker.c156 size_t total, front, back, mesh, msg, rrset, infra, ac, superac; in worker_mem_report() local
168 superac = alloc_get_mem(&worker->daemon->superalloc); in worker_mem_report()
194 total = front+back+mesh+msg+rrset+infra+iter+val+ac+superac+me; in worker_mem_report()
201 (unsigned)ac, (unsigned)superac, (unsigned)me); in worker_mem_report()