Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dalloc.h132 alloc_special_type* alloc_special_obtain(struct alloc_cache* alloc);
H A Dalloc.c214 alloc_special_obtain(struct alloc_cache* alloc) in alloc_special_obtain() function
/freebsd/contrib/unbound/util/data/
H A Dpacked_rrset.c379 struct ub_packed_rrset_key* dk = alloc_special_obtain(alloc); in packed_rrset_copy_alloc()
H A Dmsgreply.c170 else rep->rrsets[i] = alloc_special_obtain(alloc); in reply_info_alloc_rrset_keys()
/freebsd/contrib/unbound/iterator/
H A Diter_scrub.c745 k = alloc_special_obtain(env->alloc); in store_rrset()
/freebsd/contrib/unbound/daemon/
H A Dcachedump.c391 ak = alloc_special_obtain(worker->alloc); in move_into_cache()
/freebsd/contrib/unbound/doc/
H A DChangelog8555 - alloc_special_obtain out of memory is not a fatal error any more,