Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dalloc.h107 void alloc_init(struct alloc_cache* alloc, struct alloc_cache* super,
H A Dalloc.c103 alloc_init(struct alloc_cache* alloc, struct alloc_cache* super, in alloc_init() function
/freebsd/contrib/unbound/daemon/
H A Ddaemon.c275 alloc_init(&daemon->superalloc, NULL, 0); in daemon_init()
605 alloc_init(alloc, &daemon->superalloc, i); in daemon_create_workers()
/freebsd/contrib/unbound/libunbound/
H A Dcontext.c219 alloc_init(a, &ctx->superalloc, tnum); in context_obtain_alloc()
H A Dlibunbound.c116 alloc_init(&ctx->superalloc, NULL, 0); in ub_ctx_create_nopipe()
/freebsd/contrib/unbound/edns-subnet/
H A Dsubnetmod.c217 alloc_init(&sn_env->alloc, NULL, 0); in subnetmod_init()