Lines Matching refs:__alloc

72 …_LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI __alloc_rr&           __alloc() _NOEXCEPT     …
73 …_LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI const __alloc_rr& __alloc() const _NOEXCEP…
161 __alloc() = _VSTD::move(__c.__alloc());
220 __alloc_traits::construct(this->__alloc(), _VSTD::__to_address(__tx.__pos_));
237 __alloc_traits::construct(this->__alloc(),
247 __alloc_rr& __a = this->__alloc();
256 __alloc_traits::construct(__buf.__alloc(),
272 __alloc_traits::construct(this->__alloc(),
284 __alloc_traits::destroy(__alloc(), _VSTD::__to_address(__begin_++));
303 __alloc_traits::destroy(__alloc(), _VSTD::__to_address(--__end_));
323 auto __allocation = std::__allocate_at_least(__alloc(), __cap);
362 __alloc_traits::deallocate(__alloc(), __first_, capacity());
385 if (__a == __c.__alloc())
398 auto __allocation = std::__allocate_at_least(__alloc(), __c.size());
439 _VSTD::__swap_allocator(__alloc(), __x.__alloc());
449 __split_buffer<value_type, __alloc_rr&> __t(__n, 0, __alloc());
470 __split_buffer<value_type, __alloc_rr&> __t(size(), 0, __alloc());
504 __split_buffer<value_type, __alloc_rr&> __t(__c, (__c + 3) / 4, __alloc());
513 __alloc_traits::construct(__alloc(), _VSTD::__to_address(__begin_-1), __x);
534 __split_buffer<value_type, __alloc_rr&> __t(__c, (__c + 3) / 4, __alloc());
543 __alloc_traits::construct(__alloc(), _VSTD::__to_address(__begin_-1),
566 __split_buffer<value_type, __alloc_rr&> __t(__c, __c / 4, __alloc());
575 __alloc_traits::construct(__alloc(), _VSTD::__to_address(__end_), __x);
596 __split_buffer<value_type, __alloc_rr&> __t(__c, __c / 4, __alloc());
605 __alloc_traits::construct(__alloc(), _VSTD::__to_address(__end_),
628 __split_buffer<value_type, __alloc_rr&> __t(__c, __c / 4, __alloc());
637 __alloc_traits::construct(__alloc(), _VSTD::__to_address(__end_),