Home
last modified time | relevance | path

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

/src/contrib/unbound/util/
H A Dalloc.h56 typedef struct ub_packed_rrset_key alloc_special_type; typedef
60 #define alloc_special_next(x) ((alloc_special_type*)((x)->entry.overflow_next))
78 alloc_special_type* quar;
132 alloc_special_type* alloc_special_obtain(struct alloc_cache* alloc);
140 void alloc_special_release(struct alloc_cache* alloc, alloc_special_type* mem);
H A Dalloc.c55 alloc_setup_special(alloc_special_type* t) in alloc_setup_special()
69 alloc_special_type* p; in prealloc_setup()
72 if(!(p = (alloc_special_type*)malloc( in prealloc_setup()
73 sizeof(alloc_special_type)))) { in prealloc_setup()
133 alloc_special_type* p, *np; in alloc_clear_special_list()
162 alloc_special_type* p; in alloc_clear()
213 alloc_special_type*
216 alloc_special_type* p; in alloc_special_obtain()
243 if(!(p = (alloc_special_type*)malloc(sizeof(alloc_special_type)))) { in alloc_special_obtain()
254 pushintosuper(struct alloc_cache* alloc, alloc_special_type* mem) in pushintosuper()
[all …]
/src/contrib/unbound/testcode/
H A Dunitmain.c76 alloc_special_type *t1, *t2; in alloc_test()