Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/util/
HDalloc.h107 void alloc_init(struct alloc_cache* alloc, struct alloc_cache* super,
HDalloc.c102 alloc_init(struct alloc_cache* alloc, struct alloc_cache* super, in alloc_init() function
/NextBSD/contrib/unbound/libunbound/
HDcontext.c189 alloc_init(a, &ctx->superalloc, tnum); in context_obtain_alloc()
HDlibunbound.c106 alloc_init(&ctx->superalloc, NULL, 0); in ub_ctx_create_nopipe()
/NextBSD/contrib/unbound/daemon/
HDdaemon.c242 alloc_init(&daemon->superalloc, NULL, 0); in daemon_init()
HDworker.c1251 alloc_init(&worker->alloc, &worker->daemon->superalloc, in worker_init()