Searched refs:allocator (Results 176 - 200 of 251) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp100 Allocator *a = allocator();
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDefs.h191 // We are using a custom allocator to give a different symbol name to STL
194 class fuzzer_allocator: public std::allocator<T> {
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DTLVPass.cpp118 auto *tlvpEntry = new (_file.allocator())
H A DGOTPass.cpp159 auto *gotEntry = new (_file.allocator())
/freebsd-11-stable/contrib/serf/
H A Dssltunnel.c57 /* get the per-request bucket allocator */
187 conn->ssltunnel_ostream = serf__bucket_stream_create(conn->allocator,
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_sman.c157 struct drm_sman_mm * allocator)
160 sman->mm[manager] = *allocator;
156 drm_sman_set_manager(struct drm_sman * sman, unsigned int manager, struct drm_sman_mm * allocator) argument
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_bitset.h1029 std::basic_string<_CharT, _Traits, std::allocator<_CharT> >
1031 { return to_string<_CharT, _Traits, std::allocator<_CharT> >(); }
1035 std::allocator<_CharT> >
1039 std::allocator<_CharT> >();
1042 std::basic_string<char, std::char_traits<char>, std::allocator<char> >
1046 std::allocator<char> >();
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1512 BumpPtrAllocator &allocator) {
1539 ons, allocator, CodeViewContainer::Pdb));
1541 cs, allocator, CodeViewContainer::Pdb));
1543 ebs, allocator, CodeViewContainer::Pdb));
1549 BumpPtrAllocator &allocator) {
1570 cgs, allocator, CodeViewContainer::Pdb));
1575 BumpPtrAllocator &allocator) {
1584 sym, allocator, CodeViewContainer::Pdb));
1593 addLinkerModuleCoffGroup(sec, mod, os, allocator);
1510 addCommonLinkerModuleSymbols(StringRef path, pdb::DbiModuleDescriptorBuilder &mod, BumpPtrAllocator &allocator) argument
1546 addLinkerModuleCoffGroup(PartialSection *sec, pdb::DbiModuleDescriptorBuilder &mod, OutputSection &os, BumpPtrAllocator &allocator) argument
1573 addLinkerModuleSectionSymbol(pdb::DbiModuleDescriptorBuilder &mod, OutputSection &os, BumpPtrAllocator &allocator) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dra_serf.h72 /* Bucket allocator for this connection. */
1569 serf_bucket_alloc_t *allocator,
1586 serf_bucket_alloc_t *allocator);
1661 serf_bucket_alloc_t *allocator,
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dsso_string_base.h546 std::allocator<char> >::
558 std::allocator<wchar_t> >::
H A Drc_string_base.h173 // is the maximum number of bytes the allocator can allocate.)
694 std::allocator<char> >::
706 std::allocator<wchar_t> >::
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cpp288 LLVMSymbolizer::LLVMSymbolizer(const char *path, LowLevelAllocator *allocator) argument
289 : symbolizer_process_(new(*allocator) LLVMSymbolizerProcess(path)) {}
H A Dsanitizer_allocator_primary64.h18 // SizeClassAllocator64 -- allocator for 64-bit address space.
123 Report("FATAL: Internal error: %s's allocator exhausted the free list "
292 // The allocator must be locked when calling this function.
776 : allocator(base_allocator),
805 const uptr from_page = allocator.CompactPtrToPointer(region_base, from);
806 const uptr to_page = allocator.CompactPtrToPointer(region_base, to);
813 const ThisT& allocator; member in class:SizeClassAllocator64::MemoryMapper
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp181 typedef Allocator allocator; typedef in class:pb_ds::detail::binary_heap_
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dleft_child_next_sibling_heap_.hpp197 typedef Allocator allocator; typedef in class:pb_ds::detail::left_child_next_sibling_heap_
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/
H A Dlu_map_.hpp157 typedef Allocator allocator; typedef in class:pb_ds::detail::PB_DS_CLASS_NAME
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dmap_debug_base.hpp72 typedef typename std::allocator< Key> key_allocator;
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Drb_tree_.hpp127 typedef Allocator allocator; typedef in class:pb_ds::detail::PB_DS_CLASS_NAME
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dsplay_tree_.hpp148 typedef Allocator allocator; typedef in class:pb_ds::detail::PB_DS_CLASS_NAME
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dthin_heap_.hpp140 typedef Allocator allocator; typedef in class:pb_ds::detail::thin_heap_
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c216 struct mlx4_zone_allocator *allocator; member in struct:mlx4_zone_entry
264 zone->allocator = zone_alloc;
287 struct mlx4_zone_allocator *zone_alloc = entry->allocator;
343 struct mlx4_zone_allocator *zone_alloc = zone->allocator;
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DSimple.h205 auto node = new (_file.allocator())
H A DFile.h104 llvm::BumpPtrAllocator &allocator() const { function in class:lld::File
/freebsd-11-stable/lib/libomp/
H A Domp.h321 extern void __KAI_KMPC_CONVENTION omp_destroy_allocator(omp_allocator_handle_t allocator);
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp729 keys(io, file, &info->_file->allocator());
794 io, ref, &info->_file->allocator());
915 auto node = new (file().allocator()) SimpleReference(ns, arch, kindValue,
944 io, atom, &info->_file->allocator());
1043 io, atom, &info->_file->allocator());
1119 keys(io, atom, &info->_file->allocator());
1188 io, atom, &info->_file->allocator());

Completed in 188 milliseconds

1234567891011