Home
last modified time | relevance | path

Searched refs:alloc_special_t (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/unbound/util/
HDalloc.c55 alloc_setup_special(alloc_special_t* t) in alloc_setup_special()
69 alloc_special_t* p; in prealloc()
72 if(!(p = (alloc_special_t*)malloc(sizeof(alloc_special_t)))) { in prealloc()
131 alloc_special_t* p, *np; in alloc_clear()
190 alloc_special_t*
193 alloc_special_t* p; in alloc_special_obtain()
220 if(!(p = (alloc_special_t*)malloc(sizeof(alloc_special_t)))) { in alloc_special_obtain()
231 pushintosuper(struct alloc_cache* alloc, alloc_special_t* mem) in pushintosuper()
234 alloc_special_t *p = alloc->quar; in pushintosuper()
256 alloc_special_release(struct alloc_cache* alloc, alloc_special_t* mem) in alloc_special_release()
[all …]
HDalloc.h56 typedef struct ub_packed_rrset_key alloc_special_t; typedef
60 #define alloc_special_next(x) ((alloc_special_t*)((x)->entry.overflow_next))
78 alloc_special_t* quar;
124 alloc_special_t* alloc_special_obtain(struct alloc_cache* alloc);
132 void alloc_special_release(struct alloc_cache* alloc, alloc_special_t* mem);