Home
last modified time | relevance | path

Searched refs:get_allocator (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dset715 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(),
723 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(),
742 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
750 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
758 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
766 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
1245 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(),
1272 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
1280 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
1288 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
[all …]
H A Dunordered_set637 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(),
645 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(),
665 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
673 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
681 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
689 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
1292 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(),
1321 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
1329 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
1337 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
[all …]
H A Dmap1342 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(),
1350 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(),
1369 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
1377 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
1385 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
1393 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
2017 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(),
2045 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
2053 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
2061 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
[all …]
H A Dunordered_map1283 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(),
1291 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(),
1312 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
1320 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
1328 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
1336 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
2095 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(),
2124 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
2132 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
2140 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
[all …]
H A D__node_handle124 allocator_type get_allocator() const { return *__alloc_; }
H A Dsstream233 : __str_(__s.get_allocator()), __hm_(nullptr), __mode_(__wch)
445 return string_type(this->pbase(), __hm_, __str_.get_allocator());
448 return string_type(this->eback(), this->egptr(), __str_.get_allocator());
449 return string_type(__str_.get_allocator());
H A Dlist70 allocator_type get_allocator() const noexcept;
930 allocator_type get_allocator() const _NOEXCEPT;
1343 if (__a == __c.get_allocator())
1442 list<_Tp, _Alloc>::get_allocator() const _NOEXCEPT
2157 list<_Tp, _Alloc> __deleted_nodes(get_allocator()); // collect the nodes we're removing
2182 list<_Tp, _Alloc> __deleted_nodes(get_allocator()); // collect the nodes we're removing
2207 list<_Tp, _Alloc> __deleted_nodes(get_allocator()); // collect the nodes we're removing
H A Dforward_list69 allocator_type get_allocator() const noexcept;
724 allocator_type get_allocator() const _NOEXCEPT
1512 forward_list<_Tp, _Alloc> __deleted_nodes(get_allocator()); // collect the nodes we're removing
1540 forward_list<_Tp, _Alloc> __deleted_nodes(get_allocator()); // collect the nodes we're removing
1568 forward_list<_Tp, _Alloc> __deleted_nodes(get_allocator()); // collect the nodes we're removing
H A Dstring266 allocator_type get_allocator() const noexcept;
1269 allocator_type get_allocator() const _NOEXCEPT {return __alloc();}
4263 basic_string<_CharT, _Traits, _Allocator> __r(__lhs.get_allocator());
4275 basic_string<_CharT, _Traits, _Allocator> __r(__rhs.get_allocator());
4287 basic_string<_CharT, _Traits, _Allocator> __r(__rhs.get_allocator());
4299 basic_string<_CharT, _Traits, _Allocator> __r(__lhs.get_allocator());
4311 basic_string<_CharT, _Traits, _Allocator> __r(__lhs.get_allocator());
H A Dvector61 allocator_type get_allocator() const noexcept;
185 allocator_type get_allocator() const noexcept;
644 allocator_type get_allocator() const _NOEXCEPT
2321 _LIBCPP_INLINE_VISIBILITY allocator_type get_allocator() const _NOEXCEPT
H A Ddeque70 allocator_type get_allocator() const noexcept;
1356 allocator_type get_allocator() const _NOEXCEPT;
1805 deque<_Tp, _Allocator>::get_allocator() const _NOEXCEPT
H A Dregex507 allocator_type get_allocator() const;
5473 allocator_type get_allocator() const {return __matches_.get_allocator();}
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp52 static AsanAllocator &get_allocator();
201 void *p = get_allocator().GetBlockBegin(m); in Recycle()
223 get_allocator().Deallocate(cache_, p); in Recycle()
235 get_allocator().Deallocate(cache_, p); in Deallocate()
687 !get_allocator().PointerIsMine(ptr)) { in Deallocate()
868 static AsanAllocator &get_allocator() { in get_allocator() function
1099 __asan::get_allocator().ForceLock(); in LockAllocator()
1103 __asan::get_allocator().ForceUnlock(); in UnlockAllocator()
1107 *begin = (uptr)&__asan::get_allocator(); in GetAllocatorGlobalRange()
1108 *end = *begin + sizeof(__asan::get_allocator()); in GetAllocatorGlobalRange()
[all …]
/freebsd-13.1/contrib/llvm-project/libcxx/include/ext/
H A Dhash_set53 allocator_type get_allocator() const;
139 allocator_type get_allocator() const;
258 allocator_type get_allocator() const
479 allocator_type get_allocator() const
H A Dhash_map57 allocator_type get_allocator() const;
147 allocator_type get_allocator() const;
529 allocator_type get_allocator() const
801 allocator_type get_allocator() const
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp59 static MemprofAllocator &get_allocator();
109 return get_allocator().GetBlockBegin(reinterpret_cast<void *>(this)); in AllocBeg()
752 static MemprofAllocator &get_allocator() { return instance.allocator; } in get_allocator() function
/freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/
H A Dmemory_resource380 allocator_type get_allocator() const