Home
last modified time | relevance | path

Searched defs:alloc_cache (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/unbound/util/
H A Dalloc.h72 struct alloc_cache { struct
76 struct alloc_cache* super; argument
78 alloc_special_type* quar;
80 size_t num_quar;
82 int thread_num;
107 void alloc_init(struct alloc_cache* alloc, struct alloc_cache* super, argument
/openbsd/sbin/unwind/libunbound/util/
H A Dalloc.h72 struct alloc_cache { struct
76 struct alloc_cache* super; argument
78 alloc_special_type* quar;
80 size_t num_quar;
82 int thread_num;
107 void alloc_init(struct alloc_cache* alloc, struct alloc_cache* super, argument
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h116 AllocatorCache alloc_cache; member