Home
last modified time | relevance | path

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

123456

/openbsd/sbin/unwind/libunbound/util/
H A Dalloc.c67 prealloc_setup(struct alloc_cache* alloc) in prealloc_setup()
86 prealloc_blocks(struct alloc_cache* alloc, size_t num) in prealloc_blocks()
103 alloc_init(struct alloc_cache* alloc, struct alloc_cache* super, in alloc_init()
131 alloc_clear_special_list(struct alloc_cache* alloc) in alloc_clear_special_list()
146 alloc_clear_special(struct alloc_cache* alloc) in alloc_clear_special()
160 alloc_clear(struct alloc_cache* alloc) in alloc_clear()
195 alloc_get_id(struct alloc_cache* alloc) in alloc_get_id()
214 alloc_special_obtain(struct alloc_cache* alloc) in alloc_special_obtain()
304 alloc_stats(struct alloc_cache* alloc) in alloc_stats()
310 size_t alloc_get_mem(struct alloc_cache* alloc) in alloc_get_mem()
[all …]
/openbsd/usr.sbin/unbound/util/
H A Dalloc.c67 prealloc_setup(struct alloc_cache* alloc) in prealloc_setup()
86 prealloc_blocks(struct alloc_cache* alloc, size_t num) in prealloc_blocks()
103 alloc_init(struct alloc_cache* alloc, struct alloc_cache* super, in alloc_init()
131 alloc_clear_special_list(struct alloc_cache* alloc) in alloc_clear_special_list()
146 alloc_clear_special(struct alloc_cache* alloc) in alloc_clear_special()
160 alloc_clear(struct alloc_cache* alloc) in alloc_clear()
195 alloc_get_id(struct alloc_cache* alloc) in alloc_get_id()
214 alloc_special_obtain(struct alloc_cache* alloc) in alloc_special_obtain()
304 alloc_stats(struct alloc_cache* alloc) in alloc_stats()
310 size_t alloc_get_mem(struct alloc_cache* alloc) in alloc_get_mem()
[all …]
/openbsd/usr.sbin/nsd/
H A Dudb.c670 fsck_fsize(udb_base* udb, udb_alloc* alloc)
886 fsck_file(udb_base* udb, udb_alloc* alloc, int moved)
989 void udb_alloc_delete(udb_alloc* alloc)
1017 udb_alloc_pop_fl(void* base, udb_alloc* alloc, int exp)
1067 grow_align(void* base, udb_alloc* alloc, uint64_t esz)
1113 grow_end_calc(udb_alloc* alloc, int exp)
1132 grow_extra_check(udb_alloc* alloc, uint64_t ge)
1154 enough_free(udb_alloc* alloc)
1294 udb_void udb_alloc_space(udb_alloc* alloc, size_t sz)
1350 have_free_for(udb_alloc* alloc, int exp)
[all …]
/openbsd/usr.sbin/unbound/testcode/
H A Dunitverify.c84 entry_to_repinfo(struct entry* e, struct alloc_cache* alloc, in entry_to_repinfo()
108 extract_keys(struct entry* e, struct alloc_cache* alloc, in extract_keys()
206 verifytest_entry(struct entry* e, struct alloc_cache* alloc, in verifytest_entry()
246 dstest_entry(struct entry* e, struct alloc_cache* alloc, in dstest_entry()
298 struct alloc_cache alloc; in verifytest_file() local
343 struct alloc_cache alloc; in dstest_file() local
421 struct alloc_cache* alloc, struct regional* region, in nsec3_hash_test_entry()
478 struct alloc_cache alloc; in nsec3_hash_test() local
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/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/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/usr.sbin/unbound/services/cache/
H A Drrset.c61 struct alloc_cache* alloc) in rrset_cache_create()
83 struct config_file* cfg, struct alloc_cache* alloc) in rrset_cache_adjust()
171 rrset_update_id(struct rrset_ref* ref, struct alloc_cache* alloc) in rrset_update_id()
187 struct alloc_cache* alloc, time_t timenow) in rrset_cache_update()
244 struct alloc_cache* alloc, time_t timenow) in rrset_cache_update_wildcard()
/openbsd/sbin/unwind/libunbound/services/cache/
H A Drrset.c61 struct alloc_cache* alloc) in rrset_cache_create()
83 struct config_file* cfg, struct alloc_cache* alloc) in rrset_cache_adjust()
171 rrset_update_id(struct rrset_ref* ref, struct alloc_cache* alloc) in rrset_update_id()
187 struct alloc_cache* alloc, time_t timenow) in rrset_cache_update()
244 struct alloc_cache* alloc, time_t timenow) in rrset_cache_update_wildcard()
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBServices.cpp43 CFAllocatorRef alloc = kCFAllocatorDefault; in GetProcesses() local
126 CFAllocatorRef alloc = kCFAllocatorDefault; in ListApplications() local
/openbsd/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/games/hack/
H A Dalloc.c69 alloc(unsigned int lth) in alloc() function
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dbudemang.c41 char *res, *alloc; in demangle() local
/openbsd/gnu/llvm/clang/tools/clang-fuzzer/corpus_examples/objc/
H A DSharedInstance.m2 + (instancetype)alloc; class
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp38 CFAllocatorRef alloc = kCFAllocatorDefault; in SetPath() local
/openbsd/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/gnu/llvm/lldb/source/Host/macosx/cfcpp/
H A DCFCData.cpp45 CFAllocatorRef alloc = kCFAllocatorDefault; in Serialize() local
/openbsd/sys/arch/sparc64/stand/ofwboot/
H A Dalloc.c95 alloc(unsigned size) in alloc() function
/openbsd/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/gnu/lib/libstdc++/libstdc++/testsuite/20_util/
H A Dallocator_members.cc67 std::allocator<int> alloc; in test02() local
/openbsd/sys/arch/macppc/stand/
H A Dalloc.c95 alloc(unsigned size) in alloc() function
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_dense_alloc_test.cpp30 Alloc alloc("test"); in TEST() local
/openbsd/sys/lib/libsa/
H A Dalloc.c133 alloc(unsigned int size) in alloc() function
/openbsd/gnu/llvm/lld/include/lld/Common/
H A DMemory.h40 llvm::SpecificBumpPtrAllocator<T> alloc; member
/openbsd/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Diterate.cpp18 auto alloc = [&](size_t size) { in TEST_F() local

123456