Symbol: alloc_cache
sbin/unwind/frontend.c
876
struct alloc_cache alloc;
sbin/unwind/frontend.c
926
struct alloc_cache alloc;
sbin/unwind/libunbound/daemon/worker.h
123
struct alloc_cache *alloc;
sbin/unwind/libunbound/libunbound/context.c
197
struct alloc_cache*
sbin/unwind/libunbound/libunbound/context.c
200
struct alloc_cache* a;
sbin/unwind/libunbound/libunbound/context.c
216
a = (struct alloc_cache*)calloc(1, sizeof(*a));
sbin/unwind/libunbound/libunbound/context.c
224
context_release_alloc(struct ub_ctx* ctx, struct alloc_cache* alloc,
sbin/unwind/libunbound/libunbound/context.h
113
struct alloc_cache* alloc_list;
sbin/unwind/libunbound/libunbound/context.h
116
struct alloc_cache superalloc;
sbin/unwind/libunbound/libunbound/context.h
241
struct alloc_cache* context_obtain_alloc(struct ub_ctx* ctx, int locking);
sbin/unwind/libunbound/libunbound/context.h
249
void context_release_alloc(struct ub_ctx* ctx, struct alloc_cache* alloc,
sbin/unwind/libunbound/libunbound/libunbound.c
311
struct alloc_cache* a, *na;
sbin/unwind/libunbound/services/cache/rrset.c
193
rrset_update_id(struct rrset_ref* ref, struct alloc_cache* alloc)
sbin/unwind/libunbound/services/cache/rrset.c
209
struct alloc_cache* alloc, time_t timenow)
sbin/unwind/libunbound/services/cache/rrset.c
290
struct alloc_cache* alloc, time_t timenow)
sbin/unwind/libunbound/services/cache/rrset.c
63
struct alloc_cache* alloc)
sbin/unwind/libunbound/services/cache/rrset.c
87
struct config_file* cfg, struct alloc_cache* alloc)
sbin/unwind/libunbound/services/cache/rrset.h
134
struct alloc_cache* alloc, time_t timenow);
sbin/unwind/libunbound/services/cache/rrset.h
152
struct alloc_cache* alloc, time_t timenow);
sbin/unwind/libunbound/services/cache/rrset.h
48
struct alloc_cache;
sbin/unwind/libunbound/services/cache/rrset.h
68
struct alloc_cache* alloc);
sbin/unwind/libunbound/services/cache/rrset.h
86
struct config_file* cfg, struct alloc_cache* alloc);
sbin/unwind/libunbound/services/outside_network.c
2693
size_t pad_queries_block_size, struct alloc_cache* alloc,
sbin/unwind/libunbound/services/outside_network.h
570
struct alloc_cache* alloc;
sbin/unwind/libunbound/util/alloc.c
103
alloc_init(struct alloc_cache* alloc, struct alloc_cache* super,
sbin/unwind/libunbound/util/alloc.c
131
alloc_clear_special_list(struct alloc_cache* alloc)
sbin/unwind/libunbound/util/alloc.c
146
alloc_clear_special(struct alloc_cache* alloc)
sbin/unwind/libunbound/util/alloc.c
160
alloc_clear(struct alloc_cache* alloc)
sbin/unwind/libunbound/util/alloc.c
195
alloc_get_id(struct alloc_cache* alloc)
sbin/unwind/libunbound/util/alloc.c
214
alloc_special_obtain(struct alloc_cache* alloc)
sbin/unwind/libunbound/util/alloc.c
254
pushintosuper(struct alloc_cache* alloc, alloc_special_type* mem)
sbin/unwind/libunbound/util/alloc.c
279
alloc_special_release(struct alloc_cache* alloc, alloc_special_type* mem)
sbin/unwind/libunbound/util/alloc.c
304
alloc_stats(struct alloc_cache* alloc)
sbin/unwind/libunbound/util/alloc.c
310
size_t alloc_get_mem(struct alloc_cache* alloc)
sbin/unwind/libunbound/util/alloc.c
329
alloc_reg_obtain(struct alloc_cache* alloc)
sbin/unwind/libunbound/util/alloc.c
342
alloc_reg_release(struct alloc_cache* alloc, struct regional* r)
sbin/unwind/libunbound/util/alloc.c
357
alloc_set_id_cleanup(struct alloc_cache* alloc, void (*cleanup)(void*),
sbin/unwind/libunbound/util/alloc.c
67
prealloc_setup(struct alloc_cache* alloc)
sbin/unwind/libunbound/util/alloc.c
86
prealloc_blocks(struct alloc_cache* alloc, size_t num)
sbin/unwind/libunbound/util/alloc.h
107
void alloc_init(struct alloc_cache* alloc, struct alloc_cache* super,
sbin/unwind/libunbound/util/alloc.h
116
void alloc_clear(struct alloc_cache* alloc);
sbin/unwind/libunbound/util/alloc.h
124
void alloc_clear_special(struct alloc_cache* alloc);
sbin/unwind/libunbound/util/alloc.h
132
alloc_special_type* alloc_special_obtain(struct alloc_cache* alloc);
sbin/unwind/libunbound/util/alloc.h
140
void alloc_special_release(struct alloc_cache* alloc, alloc_special_type* mem);
sbin/unwind/libunbound/util/alloc.h
148
uint64_t alloc_get_id(struct alloc_cache* alloc);
sbin/unwind/libunbound/util/alloc.h
155
size_t alloc_get_mem(struct alloc_cache* alloc);
sbin/unwind/libunbound/util/alloc.h
161
void alloc_stats(struct alloc_cache* alloc);
sbin/unwind/libunbound/util/alloc.h
168
struct regional* alloc_reg_obtain(struct alloc_cache* alloc);
sbin/unwind/libunbound/util/alloc.h
175
void alloc_reg_release(struct alloc_cache* alloc, struct regional* r);
sbin/unwind/libunbound/util/alloc.h
184
void alloc_set_id_cleanup(struct alloc_cache* alloc, void (*cleanup)(void*),
sbin/unwind/libunbound/util/alloc.h
76
struct alloc_cache* super;
sbin/unwind/libunbound/util/data/msgreply.c
155
reply_info_alloc_rrset_keys(struct reply_info* rep, struct alloc_cache* alloc,
sbin/unwind/libunbound/util/data/msgreply.c
532
struct alloc_cache* alloc, struct query_info* qinf,
sbin/unwind/libunbound/util/data/msgreply.c
551
int reply_info_parse(sldns_buffer* pkt, struct alloc_cache* alloc,
sbin/unwind/libunbound/util/data/msgreply.c
649
reply_info_parsedelete(struct reply_info* rep, struct alloc_cache* alloc)
sbin/unwind/libunbound/util/data/msgreply.c
824
reply_info_copy(struct reply_info* rep, struct alloc_cache* alloc,
sbin/unwind/libunbound/util/data/msgreply.h
302
int reply_info_parse(struct sldns_buffer* pkt, struct alloc_cache* alloc,
sbin/unwind/libunbound/util/data/msgreply.h
322
struct alloc_cache* alloc, struct query_info* qinf,
sbin/unwind/libunbound/util/data/msgreply.h
358
void reply_info_parsedelete(struct reply_info* rep, struct alloc_cache* alloc);
sbin/unwind/libunbound/util/data/msgreply.h
407
struct alloc_cache* alloc, struct regional* region);
sbin/unwind/libunbound/util/data/msgreply.h
422
struct alloc_cache* alloc, struct regional* region);
sbin/unwind/libunbound/util/data/msgreply.h
53
struct alloc_cache;
sbin/unwind/libunbound/util/data/packed_rrset.c
131
struct alloc_cache* a = (struct alloc_cache*)userdata;
sbin/unwind/libunbound/util/data/packed_rrset.c
385
struct alloc_cache* alloc, time_t now)
sbin/unwind/libunbound/util/data/packed_rrset.c
57
struct alloc_cache* alloc)
sbin/unwind/libunbound/util/data/packed_rrset.h
307
struct alloc_cache* alloc);
sbin/unwind/libunbound/util/data/packed_rrset.h
45
struct alloc_cache;
sbin/unwind/libunbound/util/data/packed_rrset.h
463
struct ub_packed_rrset_key* key, struct alloc_cache* alloc,
sbin/unwind/libunbound/util/module.h
160
struct alloc_cache;
sbin/unwind/libunbound/util/module.h
500
struct alloc_cache* alloc;
sbin/unwind/resolver.c
2341
struct alloc_cache alloc;
sbin/unwind/resolver.c
380
struct alloc_cache cache_alloc_test;
usr.sbin/unbound/daemon/daemon.c
856
daemon->worker_allocs = (struct alloc_cache**)calloc(
usr.sbin/unbound/daemon/daemon.c
857
(size_t)daemon->num, sizeof(struct alloc_cache*));
usr.sbin/unbound/daemon/daemon.c
861
struct alloc_cache* alloc = calloc(1,
usr.sbin/unbound/daemon/daemon.c
862
sizeof(struct alloc_cache));
usr.sbin/unbound/daemon/daemon.h
132
struct alloc_cache **worker_allocs;
usr.sbin/unbound/daemon/daemon.h
138
struct alloc_cache superalloc;
usr.sbin/unbound/daemon/worker.h
123
struct alloc_cache *alloc;
usr.sbin/unbound/edns-subnet/subnetmod.h
63
struct alloc_cache alloc;
usr.sbin/unbound/libunbound/context.c
197
struct alloc_cache*
usr.sbin/unbound/libunbound/context.c
200
struct alloc_cache* a;
usr.sbin/unbound/libunbound/context.c
216
a = (struct alloc_cache*)calloc(1, sizeof(*a));
usr.sbin/unbound/libunbound/context.c
224
context_release_alloc(struct ub_ctx* ctx, struct alloc_cache* alloc,
usr.sbin/unbound/libunbound/context.h
113
struct alloc_cache* alloc_list;
usr.sbin/unbound/libunbound/context.h
116
struct alloc_cache superalloc;
usr.sbin/unbound/libunbound/context.h
241
struct alloc_cache* context_obtain_alloc(struct ub_ctx* ctx, int locking);
usr.sbin/unbound/libunbound/context.h
249
void context_release_alloc(struct ub_ctx* ctx, struct alloc_cache* alloc,
usr.sbin/unbound/libunbound/libunbound.c
311
struct alloc_cache* a, *na;
usr.sbin/unbound/services/cache/rrset.c
193
rrset_update_id(struct rrset_ref* ref, struct alloc_cache* alloc)
usr.sbin/unbound/services/cache/rrset.c
209
struct alloc_cache* alloc, time_t timenow)
usr.sbin/unbound/services/cache/rrset.c
290
struct alloc_cache* alloc, time_t timenow)
usr.sbin/unbound/services/cache/rrset.c
63
struct alloc_cache* alloc)
usr.sbin/unbound/services/cache/rrset.c
87
struct config_file* cfg, struct alloc_cache* alloc)
usr.sbin/unbound/services/cache/rrset.h
134
struct alloc_cache* alloc, time_t timenow);
usr.sbin/unbound/services/cache/rrset.h
152
struct alloc_cache* alloc, time_t timenow);
usr.sbin/unbound/services/cache/rrset.h
48
struct alloc_cache;
usr.sbin/unbound/services/cache/rrset.h
68
struct alloc_cache* alloc);
usr.sbin/unbound/services/cache/rrset.h
86
struct config_file* cfg, struct alloc_cache* alloc);
usr.sbin/unbound/services/outside_network.c
2693
size_t pad_queries_block_size, struct alloc_cache* alloc,
usr.sbin/unbound/services/outside_network.h
570
struct alloc_cache* alloc;
usr.sbin/unbound/testcode/unitmain.c
77
struct alloc_cache major, minor1, minor2;
usr.sbin/unbound/testcode/unitmsgparse.c
200
perftestpkt(sldns_buffer* pkt, struct alloc_cache* alloc, sldns_buffer* out,
usr.sbin/unbound/testcode/unitmsgparse.c
314
testpkt(sldns_buffer* pkt, struct alloc_cache* alloc, sldns_buffer* out,
usr.sbin/unbound/testcode/unitmsgparse.c
383
simpletest(sldns_buffer* pkt, struct alloc_cache* alloc, sldns_buffer* out)
usr.sbin/unbound/testcode/unitmsgparse.c
440
testfromfile(sldns_buffer* pkt, struct alloc_cache* alloc, sldns_buffer* out,
usr.sbin/unbound/testcode/unitmsgparse.c
467
testfromdrillfile(sldns_buffer* pkt, struct alloc_cache* alloc,
usr.sbin/unbound/testcode/unitmsgparse.c
512
struct alloc_cache super_a, alloc;
usr.sbin/unbound/testcode/unitverify.c
114
extract_keys(struct entry* e, struct alloc_cache* alloc,
usr.sbin/unbound/testcode/unitverify.c
214
verifytest_entry(struct entry* e, struct alloc_cache* alloc,
usr.sbin/unbound/testcode/unitverify.c
254
dstest_entry(struct entry* e, struct alloc_cache* alloc,
usr.sbin/unbound/testcode/unitverify.c
306
struct alloc_cache alloc;
usr.sbin/unbound/testcode/unitverify.c
351
struct alloc_cache alloc;
usr.sbin/unbound/testcode/unitverify.c
429
struct alloc_cache* alloc, struct regional* region,
usr.sbin/unbound/testcode/unitverify.c
490
struct alloc_cache alloc;
usr.sbin/unbound/testcode/unitverify.c
90
entry_to_repinfo(struct entry* e, struct alloc_cache* alloc,
usr.sbin/unbound/util/alloc.c
103
alloc_init(struct alloc_cache* alloc, struct alloc_cache* super,
usr.sbin/unbound/util/alloc.c
131
alloc_clear_special_list(struct alloc_cache* alloc)
usr.sbin/unbound/util/alloc.c
146
alloc_clear_special(struct alloc_cache* alloc)
usr.sbin/unbound/util/alloc.c
160
alloc_clear(struct alloc_cache* alloc)
usr.sbin/unbound/util/alloc.c
195
alloc_get_id(struct alloc_cache* alloc)
usr.sbin/unbound/util/alloc.c
214
alloc_special_obtain(struct alloc_cache* alloc)
usr.sbin/unbound/util/alloc.c
254
pushintosuper(struct alloc_cache* alloc, alloc_special_type* mem)
usr.sbin/unbound/util/alloc.c
279
alloc_special_release(struct alloc_cache* alloc, alloc_special_type* mem)
usr.sbin/unbound/util/alloc.c
304
alloc_stats(struct alloc_cache* alloc)
usr.sbin/unbound/util/alloc.c
310
size_t alloc_get_mem(struct alloc_cache* alloc)
usr.sbin/unbound/util/alloc.c
329
alloc_reg_obtain(struct alloc_cache* alloc)
usr.sbin/unbound/util/alloc.c
342
alloc_reg_release(struct alloc_cache* alloc, struct regional* r)
usr.sbin/unbound/util/alloc.c
357
alloc_set_id_cleanup(struct alloc_cache* alloc, void (*cleanup)(void*),
usr.sbin/unbound/util/alloc.c
67
prealloc_setup(struct alloc_cache* alloc)
usr.sbin/unbound/util/alloc.c
86
prealloc_blocks(struct alloc_cache* alloc, size_t num)
usr.sbin/unbound/util/alloc.h
107
void alloc_init(struct alloc_cache* alloc, struct alloc_cache* super,
usr.sbin/unbound/util/alloc.h
116
void alloc_clear(struct alloc_cache* alloc);
usr.sbin/unbound/util/alloc.h
124
void alloc_clear_special(struct alloc_cache* alloc);
usr.sbin/unbound/util/alloc.h
132
alloc_special_type* alloc_special_obtain(struct alloc_cache* alloc);
usr.sbin/unbound/util/alloc.h
140
void alloc_special_release(struct alloc_cache* alloc, alloc_special_type* mem);
usr.sbin/unbound/util/alloc.h
148
uint64_t alloc_get_id(struct alloc_cache* alloc);
usr.sbin/unbound/util/alloc.h
155
size_t alloc_get_mem(struct alloc_cache* alloc);
usr.sbin/unbound/util/alloc.h
161
void alloc_stats(struct alloc_cache* alloc);
usr.sbin/unbound/util/alloc.h
168
struct regional* alloc_reg_obtain(struct alloc_cache* alloc);
usr.sbin/unbound/util/alloc.h
175
void alloc_reg_release(struct alloc_cache* alloc, struct regional* r);
usr.sbin/unbound/util/alloc.h
184
void alloc_set_id_cleanup(struct alloc_cache* alloc, void (*cleanup)(void*),
usr.sbin/unbound/util/alloc.h
76
struct alloc_cache* super;
usr.sbin/unbound/util/data/msgreply.c
155
reply_info_alloc_rrset_keys(struct reply_info* rep, struct alloc_cache* alloc,
usr.sbin/unbound/util/data/msgreply.c
532
struct alloc_cache* alloc, struct query_info* qinf,
usr.sbin/unbound/util/data/msgreply.c
551
int reply_info_parse(sldns_buffer* pkt, struct alloc_cache* alloc,
usr.sbin/unbound/util/data/msgreply.c
649
reply_info_parsedelete(struct reply_info* rep, struct alloc_cache* alloc)
usr.sbin/unbound/util/data/msgreply.c
824
reply_info_copy(struct reply_info* rep, struct alloc_cache* alloc,
usr.sbin/unbound/util/data/msgreply.h
302
int reply_info_parse(struct sldns_buffer* pkt, struct alloc_cache* alloc,
usr.sbin/unbound/util/data/msgreply.h
322
struct alloc_cache* alloc, struct query_info* qinf,
usr.sbin/unbound/util/data/msgreply.h
358
void reply_info_parsedelete(struct reply_info* rep, struct alloc_cache* alloc);
usr.sbin/unbound/util/data/msgreply.h
407
struct alloc_cache* alloc, struct regional* region);
usr.sbin/unbound/util/data/msgreply.h
422
struct alloc_cache* alloc, struct regional* region);
usr.sbin/unbound/util/data/msgreply.h
53
struct alloc_cache;
usr.sbin/unbound/util/data/packed_rrset.c
131
struct alloc_cache* a = (struct alloc_cache*)userdata;
usr.sbin/unbound/util/data/packed_rrset.c
385
struct alloc_cache* alloc, time_t now)
usr.sbin/unbound/util/data/packed_rrset.c
57
struct alloc_cache* alloc)
usr.sbin/unbound/util/data/packed_rrset.h
307
struct alloc_cache* alloc);
usr.sbin/unbound/util/data/packed_rrset.h
45
struct alloc_cache;
usr.sbin/unbound/util/data/packed_rrset.h
463
struct ub_packed_rrset_key* key, struct alloc_cache* alloc,
usr.sbin/unbound/util/module.h
160
struct alloc_cache;
usr.sbin/unbound/util/module.h
500
struct alloc_cache* alloc;