Home
last modified time | relevance | path

Searched refs:alloc_get_id (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/unbound/util/
HDalloc.c172 alloc_get_id(struct alloc_cache* alloc) in alloc_get_id() function
200 p->id = alloc_get_id(alloc); in alloc_special_obtain()
214 p->id = alloc_get_id(alloc); in alloc_special_obtain()
225 p->id = alloc_get_id(alloc); in alloc_special_obtain()
HDalloc.h140 uint64_t alloc_get_id(struct alloc_cache* alloc);
/NextBSD/contrib/unbound/services/cache/
HDrrset.c172 uint64_t newid = alloc_get_id(alloc); in rrset_update_id()