Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/unbound/libunbound/
H A Dcontext.c208 alloc_init(a, &ctx->superalloc, tnum); in context_obtain_alloc()
H A Dlibunbound.c114 alloc_init(&ctx->superalloc, NULL, 0); in ub_ctx_create_nopipe()
/freebsd-13.1/contrib/unbound/daemon/
H A Ddaemon.c266 alloc_init(&daemon->superalloc, NULL, 0); in daemon_init()
H A Dworker.c1811 alloc_init(&worker->alloc, &worker->daemon->superalloc, in worker_init()
/freebsd-13.1/contrib/unbound/edns-subnet/
H A Dsubnetmod.c199 alloc_init(&sn_env->alloc, NULL, 0); in subnetmod_init()