Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/unbound/util/
HDalloc.h132 alloc_special_type* alloc_special_obtain(struct alloc_cache* alloc);
HDalloc.c214 alloc_special_obtain(struct alloc_cache* alloc) in alloc_special_obtain() function
/freebsd-13-stable/contrib/unbound/util/data/
HDpacked_rrset.c379 struct ub_packed_rrset_key* dk = alloc_special_obtain(alloc); in packed_rrset_copy_alloc()
HDmsgreply.c170 else rep->rrsets[i] = alloc_special_obtain(alloc); in reply_info_alloc_rrset_keys()
/freebsd-13-stable/contrib/unbound/iterator/
HDiter_scrub.c745 k = alloc_special_obtain(env->alloc); in store_rrset()
/freebsd-13-stable/contrib/unbound/daemon/
HDcachedump.c391 ak = alloc_special_obtain(worker->alloc); in move_into_cache()
/freebsd-13-stable/contrib/unbound/doc/
HDChangelog8555 - alloc_special_obtain out of memory is not a fatal error any more,