Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 25 of 142) sorted by relevance

123456

/openbsd-src/sbin/unwind/libunbound/util/
H A Dalloc.c67 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 Dalloc.c67 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 Dudb.c517 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 Dunitverify.c84 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 Dunitmsgparse.c200 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 Dvec.c40 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 Dtemplate9.C9 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 Drrset.c62 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 Drrset.c62 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 DRNBServices.cpp43 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 Dmap_debug_base.hpp313 __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 Dalloc.c69 alloc(unsigned int lth) in alloc() function
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dbudemang.c41 char *res, *alloc; in demangle() local
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp38 CFAllocatorRef alloc = kCFAllocatorDefault; in SetPath() local
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/corpus_examples/objc/
H A DSharedInstance.m2 + (instancetype)alloc; class
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/cfcpp/
H A DCFCData.cpp45 CFAllocatorRef alloc = kCFAllocatorDefault; in Serialize() local
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DPostfixExpression.cpp47 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 Dalloc.c95 alloc(unsigned size) in alloc() function
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.cpp149 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 Dallocator_members.cc67 std::allocator<int> alloc; in test02() local
/openbsd-src/sys/arch/macppc/stand/
H A Dalloc.c95 alloc(unsigned size) in alloc() function
/openbsd-src/sys/lib/libsa/
H A Dalloc.c133 alloc(unsigned int size) in alloc() function
/openbsd-src/gnu/llvm/lld/include/lld/Common/
H A DMemory.h40 llvm::SpecificBumpPtrAllocator<T> alloc; member
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_dense_alloc_test.cpp30 Alloc alloc("test"); in TEST() local
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Diterate.cpp18 auto alloc = [&](size_t size) { in TEST_F() local

123456