/openbsd-src/sbin/unwind/libunbound/util/ |
H A D | alloc.c | 67 prealloc_setup(struct alloc_cache* alloc) in prealloc_setup() argument 86 prealloc_blocks(struct alloc_cache* alloc, size_t num) in prealloc_blocks() argument 103 alloc_init(struct alloc_cache * alloc,struct alloc_cache * super,int thread_num) alloc_init() argument 131 alloc_clear_special_list(struct alloc_cache * alloc) alloc_clear_special_list() argument 146 alloc_clear_special(struct alloc_cache * alloc) alloc_clear_special() argument 160 alloc_clear(struct alloc_cache * alloc) alloc_clear() argument 195 alloc_get_id(struct alloc_cache * alloc) alloc_get_id() argument 214 alloc_special_obtain(struct alloc_cache * alloc) alloc_special_obtain() argument 254 pushintosuper(struct alloc_cache * alloc,alloc_special_type * mem) pushintosuper() argument 279 alloc_special_release(struct alloc_cache * alloc,alloc_special_type * mem) alloc_special_release() argument 304 alloc_stats(struct alloc_cache * alloc) alloc_stats() argument 310 alloc_get_mem(struct alloc_cache * alloc) alloc_get_mem() argument 329 alloc_reg_obtain(struct alloc_cache * alloc) alloc_reg_obtain() argument 342 alloc_reg_release(struct alloc_cache * alloc,struct regional * r) alloc_reg_release() argument 357 alloc_set_id_cleanup(struct alloc_cache * alloc,void (* cleanup)(void *),void * arg) alloc_set_id_cleanup() argument [all...] |
/openbsd-src/usr.sbin/unbound/util/ |
H A D | alloc.c | 67 prealloc_setup(struct alloc_cache* alloc) in prealloc_setup() argument 86 prealloc_blocks(struct alloc_cache* alloc, size_t num) in prealloc_blocks() argument 103 alloc_init(struct alloc_cache * alloc,struct alloc_cache * super,int thread_num) alloc_init() argument 131 alloc_clear_special_list(struct alloc_cache * alloc) alloc_clear_special_list() argument 146 alloc_clear_special(struct alloc_cache * alloc) alloc_clear_special() argument 160 alloc_clear(struct alloc_cache * alloc) alloc_clear() argument 195 alloc_get_id(struct alloc_cache * alloc) alloc_get_id() argument 214 alloc_special_obtain(struct alloc_cache * alloc) alloc_special_obtain() argument 254 pushintosuper(struct alloc_cache * alloc,alloc_special_type * mem) pushintosuper() argument 279 alloc_special_release(struct alloc_cache * alloc,alloc_special_type * mem) alloc_special_release() argument 304 alloc_stats(struct alloc_cache * alloc) alloc_stats() argument 310 alloc_get_mem(struct alloc_cache * alloc) alloc_get_mem() argument 329 alloc_reg_obtain(struct alloc_cache * alloc) alloc_reg_obtain() argument 342 alloc_reg_release(struct alloc_cache * alloc,struct regional * r) alloc_reg_release() argument 357 alloc_set_id_cleanup(struct alloc_cache * alloc,void (* cleanup)(void *),void * arg) alloc_set_id_cleanup() argument [all...] |
/openbsd-src/usr.sbin/nsd/ |
H A D | udb.c | 517 udb_base_remap(udb_base* udb, udb_alloc* alloc, uint64_t nsize) in udb_base_remap() 670 fsck_fsize(udb_base* udb, udb_alloc* alloc) 772 regen_ptrlist(void* base, udb_base* udb, udb_alloc* alloc, 886 fsck_file(udb_base* udb, udb_alloc* alloc, int moved) 963 udb_alloc* alloc = (udb_alloc*)xalloc_zero(sizeof(*alloc)); local 989 void udb_alloc_delete(udb_alloc* alloc) 997 udb_alloc_unlink_fl(void* base, udb_alloc* alloc, udb_void chunk, int exp) 1017 udb_alloc_pop_fl(void* base, udb_alloc* alloc, int exp) 1034 udb_alloc_push_fl(void* base, udb_alloc* alloc, udb_void f, int exp) 1051 udb_alloc_push_fl_noinit(void* base, udb_alloc* alloc, udb_void f, int exp) [all …]
|
/openbsd-src/usr.sbin/unbound/testcode/ |
H A D | unitverify.c | 84 entry_to_repinfo(struct entry* e, struct alloc_cache* alloc, in entry_to_repinfo() argument 108 extract_keys(struct entry* e, struct alloc_cache* alloc, in extract_keys() argument 206 verifytest_entry(struct entry * e,struct alloc_cache * alloc,struct regional * region,sldns_buffer * pkt,struct ub_packed_rrset_key * dnskey,struct module_env * env,struct val_env * ve) verifytest_entry() argument 246 dstest_entry(struct entry * e,struct alloc_cache * alloc,struct regional * region,sldns_buffer * pkt,struct module_env * env) dstest_entry() argument 298 struct alloc_cache alloc; verifytest_file() local 343 struct alloc_cache alloc; dstest_file() local 421 nsec3_hash_test_entry(struct entry * e,rbtree_type * ct,struct alloc_cache * alloc,struct regional * region,sldns_buffer * buf) nsec3_hash_test_entry() argument 478 struct alloc_cache alloc; nsec3_hash_test() local [all...] |
H A D | unitmsgparse.c | 200 perftestpkt(sldns_buffer* pkt, struct alloc_cache* alloc, sldns_buffer* out, in perftestpkt() 314 testpkt(sldns_buffer* pkt, struct alloc_cache* alloc, sldns_buffer* out, in testpkt() 383 simpletest(sldns_buffer* pkt, struct alloc_cache* alloc, sldns_buffer* out) in simpletest() 440 testfromfile(sldns_buffer* pkt, struct alloc_cache* alloc, sldns_buffer* out, in testfromfile() 467 testfromdrillfile(sldns_buffer* pkt, struct alloc_cache* alloc, in testfromdrillfile() 508 struct alloc_cache super_a, alloc; in msgparse_test() local
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | vec.c | 40 unsigned alloc; member 50 unsigned alloc = 0; in calculate_allocation() local 101 unsigned alloc = alloc = calculate_allocation (pfx, reserve, exact); in vec_gc_o_reserve_1() local 173 unsigned alloc = calculate_allocation (pfx, reserve, exact); in vec_heap_o_reserve_1() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ |
H A D | template9.C | 9 inline T* alloc(const int aWidth) in alloc() function 21 T** alloc(const int aWidth,const int aHeight) in alloc() function
|
/openbsd-src/usr.sbin/unbound/services/cache/ |
H A D | rrset.c | 62 struct alloc_cache* alloc) in rrset_cache_create() 84 struct config_file* cfg, struct alloc_cache* alloc) in rrset_cache_adjust() 175 rrset_update_id(struct rrset_ref* ref, struct alloc_cache* alloc) in rrset_update_id() 191 struct alloc_cache* alloc, time_t timenow) in rrset_cache_update() 248 struct alloc_cache* alloc, time_t timenow) in rrset_cache_update_wildcard()
|
/openbsd-src/sbin/unwind/libunbound/services/cache/ |
H A D | rrset.c | 62 struct alloc_cache* alloc) in rrset_cache_create() 84 struct config_file* cfg, struct alloc_cache* alloc) in rrset_cache_adjust() 175 rrset_update_id(struct rrset_ref* ref, struct alloc_cache* alloc) in rrset_update_id() 191 struct alloc_cache* alloc, time_t timenow) in rrset_cache_update() 248 struct alloc_cache* alloc, time_t timenow) in rrset_cache_update_wildcard()
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | RNBServices.cpp | 43 CFAllocatorRef alloc = kCFAllocatorDefault; in GetProcesses() local 126 CFAllocatorRef alloc = kCFAllocatorDefault; in ListApplications() local
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/ |
H A D | map_debug_base.hpp | 313 __gnu_cxx::throw_allocator<char> alloc; in split() local 334 __gnu_cxx::throw_allocator<char> alloc; in join() local
|
/openbsd-src/games/hack/ |
H A D | alloc.c | 69 alloc(unsigned int lth) in alloc() function
|
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | budemang.c | 41 char *res, *alloc; in demangle() local
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
H A D | CFBundle.cpp | 38 CFAllocatorRef alloc = kCFAllocatorDefault; in SetPath() local
|
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/corpus_examples/objc/ |
H A D | SharedInstance.m | 2 + (instancetype)alloc; class
|
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/cfcpp/ |
H A D | CFCData.cpp | 45 CFAllocatorRef alloc = kCFAllocatorDefault; in Serialize() local
|
/openbsd-src/gnu/llvm/lldb/source/Symbol/ |
H A D | PostfixExpression.cpp | 47 llvm::BumpPtrAllocator &alloc) { in ParseOneExpression() 90 postfix::ParseFPOProgram(llvm::StringRef prog, llvm::BumpPtrAllocator &alloc) { in ParseFPOProgram()
|
/openbsd-src/sys/arch/sparc64/stand/ofwboot/ |
H A D | alloc.c | 95 alloc(unsigned size) in alloc() function
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer_libbacktrace.cpp | 149 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get() 180 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/20_util/ |
H A D | allocator_members.cc | 67 std::allocator<int> alloc; in test02() local
|
/openbsd-src/sys/arch/macppc/stand/ |
H A D | alloc.c | 95 alloc(unsigned size) in alloc() function
|
/openbsd-src/sys/lib/libsa/ |
H A D | alloc.c | 133 alloc(unsigned int size) in alloc() function
|
/openbsd-src/gnu/llvm/lld/include/lld/Common/ |
H A D | Memory.h | 40 llvm::SpecificBumpPtrAllocator<T> alloc; member
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_dense_alloc_test.cpp | 30 Alloc alloc("test"); in TEST() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/ |
H A D | iterate.cpp | 18 auto alloc = [&](size_t size) { in TEST_F() local
|