Lines Matching refs:__alloc
602 __alloc_traits::deallocate(__alloc(), *__i, __block_size);
695 _LIBCPP_HIDE_FROM_ABI allocator_type& __alloc() _NOEXCEPT { return __size_.second(); }
696 _LIBCPP_HIDE_FROM_ABI const allocator_type& __alloc() const _NOEXCEPT { return __size_.second(); }
739 …return std::min<size_type>(__alloc_traits::max_size(__alloc()), numeric_limits<difference_type>::m…
865 __alloc() = std::move(__c.__alloc());
1148 __alloc_traits::deallocate(__alloc(), __map_.front(), __block_size);
1159 __alloc_traits::deallocate(__alloc(), __map_.back(), __block_size);
1215 if (__alloc() != __c.__alloc()) {
1219 __alloc() = __c.__alloc();
1220 __map_.__alloc() = __c.__map_.__alloc();
1296 …: __map_(__pointer_allocator(__alloc_traits::select_on_container_copy_construction(__c.__alloc()))…
1298 __size_(0, __map_.__alloc()) {
1346 if (__a == __c.__alloc()) {
1368 if (__alloc() != __c.__alloc()) {
1455 return __alloc();
1476 allocator_type& __a = __alloc();
1550 allocator_type& __a = __alloc();
1561 allocator_type& __a = __alloc();
1574 allocator_type& __a = __alloc();
1591 allocator_type& __a = __alloc();
1605 allocator_type& __a = __alloc();
1623 allocator_type& __a = __alloc();
1640 allocator_type& __a = __alloc();
1687 allocator_type& __a = __alloc();
1698 __temp_value<value_type, _Allocator> __tmp(__alloc(), std::forward<_Args>(__args)...);
1718 __temp_value<value_type, _Allocator> __tmp(__alloc(), std::forward<_Args>(__args)...);
1737 allocator_type& __a = __alloc();
1790 allocator_type& __a = __alloc();
1848 __split_buffer<value_type, allocator_type&> __buf(__alloc());
1865 __split_buffer<value_type, allocator_type&> __buf(__n, 0, __alloc());
1890 allocator_type& __a = __alloc();
1970 allocator_type& __a = __alloc();
1987 allocator_type& __a = __alloc();
2003 allocator_type& __a = __alloc();
2021 allocator_type& __a = __alloc();
2046 std::max<size_type>(2 * __map_.capacity(), 1), 0, __map_.__alloc());
2068 allocator_type& __a = __alloc();
2109 std::max<size_type>(2 * __map_.capacity(), __nb + __map_.size()), 0, __map_.__alloc());
2144 allocator_type& __a = __alloc();
2169 std::max<size_type>(2 * __map_.capacity(), 1), __map_.size(), __map_.__alloc());
2190 allocator_type& __a = __alloc();
2234 __map_.__alloc());
2270 allocator_type& __a = __alloc();
2284 allocator_type& __a = __alloc();
2349 allocator_type& __a = __alloc();
2376 allocator_type& __a = __alloc();
2415 allocator_type& __a = __alloc();
2443 allocator_type& __a = __alloc();
2473 allocator_type& __a = __alloc();
2496 std::__swap_allocator(__alloc(), __c.__alloc());
2502 allocator_type& __a = __alloc();