Lines Matching refs:__alloc
570 __alloc_traits::deallocate(__alloc(), *__i, __block_size);
663 _LIBCPP_HIDE_FROM_ABI allocator_type& __alloc() _NOEXCEPT { return __size_.second(); }
664 _LIBCPP_HIDE_FROM_ABI const allocator_type& __alloc() const _NOEXCEPT { return __size_.second(); }
707 …return std::min<size_type>(__alloc_traits::max_size(__alloc()), numeric_limits<difference_type>::m…
833 __alloc() = std::move(__c.__alloc());
1146 __alloc_traits::deallocate(__alloc(), __map_.front(), __block_size);
1157 __alloc_traits::deallocate(__alloc(), __map_.back(), __block_size);
1213 if (__alloc() != __c.__alloc()) {
1217 __alloc() = __c.__alloc();
1218 __map_.__alloc() = __c.__map_.__alloc();
1294 …: __map_(__pointer_allocator(__alloc_traits::select_on_container_copy_construction(__c.__alloc()))…
1296 __size_(0, __map_.__alloc()) {
1344 if (__a == __c.__alloc()) {
1365 if (__alloc() != __c.__alloc()) {
1452 return __alloc();
1473 allocator_type& __a = __alloc();
1541 allocator_type& __a = __alloc();
1552 allocator_type& __a = __alloc();
1565 allocator_type& __a = __alloc();
1582 allocator_type& __a = __alloc();
1596 allocator_type& __a = __alloc();
1614 allocator_type& __a = __alloc();
1631 allocator_type& __a = __alloc();
1678 allocator_type& __a = __alloc();
1689 __temp_value<value_type, _Allocator> __tmp(__alloc(), std::forward<_Args>(__args)...);
1709 __temp_value<value_type, _Allocator> __tmp(__alloc(), std::forward<_Args>(__args)...);
1728 allocator_type& __a = __alloc();
1781 allocator_type& __a = __alloc();
1839 __split_buffer<value_type, allocator_type&> __buf(__alloc());
1856 __split_buffer<value_type, allocator_type&> __buf(__n, 0, __alloc());
1881 allocator_type& __a = __alloc();
1961 allocator_type& __a = __alloc();
1978 allocator_type& __a = __alloc();
1994 allocator_type& __a = __alloc();
2012 allocator_type& __a = __alloc();
2037 std::max<size_type>(2 * __map_.capacity(), 1), 0, __map_.__alloc());
2059 allocator_type& __a = __alloc();
2100 std::max<size_type>(2 * __map_.capacity(), __nb + __map_.size()), 0, __map_.__alloc());
2135 allocator_type& __a = __alloc();
2160 std::max<size_type>(2 * __map_.capacity(), 1), __map_.size(), __map_.__alloc());
2181 allocator_type& __a = __alloc();
2225 __map_.__alloc());
2260 allocator_type& __a = __alloc();
2274 allocator_type& __a = __alloc();
2339 allocator_type& __a = __alloc();
2366 allocator_type& __a = __alloc();
2403 allocator_type& __a = __alloc();
2430 allocator_type& __a = __alloc();
2460 allocator_type& __a = __alloc();
2483 std::__swap_allocator(__alloc(), __c.__alloc());
2489 allocator_type& __a = __alloc();