Lines Matching refs:__alloc
65 …_LIBCPP_CONSTEXPR_AFTER_CXX17 _LIBCPP_INLINE_VISIBILITY __alloc_rr& __alloc() _NOEXCEPT …
66 …_LIBCPP_CONSTEXPR_AFTER_CXX17 _LIBCPP_INLINE_VISIBILITY const __alloc_rr& __alloc() const _NOE…
154 __alloc() = _VSTD::move(__c.__alloc());
213 __alloc_traits::construct(this->__alloc(), _VSTD::__to_address(__tx.__pos_));
230 __alloc_traits::construct(this->__alloc(),
240 __alloc_rr& __a = this->__alloc();
249 __alloc_traits::construct(__buf.__alloc(),
265 __alloc_traits::construct(this->__alloc(),
277 __alloc_traits::destroy(__alloc(), _VSTD::__to_address(__begin_++));
296 __alloc_traits::destroy(__alloc(), _VSTD::__to_address(--__end_));
316 auto __allocation = std::__allocate_at_least(__alloc(), __cap);
355 __alloc_traits::deallocate(__alloc(), __first_, capacity());
378 if (__a == __c.__alloc())
391 auto __allocation = std::__allocate_at_least(__alloc(), __c.size());
432 _VSTD::__swap_allocator(__alloc(), __x.__alloc());
442 __split_buffer<value_type, __alloc_rr&> __t(__n, 0, __alloc());
463 __split_buffer<value_type, __alloc_rr&> __t(size(), 0, __alloc());
497 __split_buffer<value_type, __alloc_rr&> __t(__c, (__c + 3) / 4, __alloc());
506 __alloc_traits::construct(__alloc(), _VSTD::__to_address(__begin_-1), __x);
527 __split_buffer<value_type, __alloc_rr&> __t(__c, (__c + 3) / 4, __alloc());
536 __alloc_traits::construct(__alloc(), _VSTD::__to_address(__begin_-1),
559 __split_buffer<value_type, __alloc_rr&> __t(__c, __c / 4, __alloc());
568 __alloc_traits::construct(__alloc(), _VSTD::__to_address(__end_), __x);
589 __split_buffer<value_type, __alloc_rr&> __t(__c, __c / 4, __alloc());
598 __alloc_traits::construct(__alloc(), _VSTD::__to_address(__end_),
621 __split_buffer<value_type, __alloc_rr&> __t(__c, __c / 4, __alloc());
630 __alloc_traits::construct(__alloc(), _VSTD::__to_address(__end_),