Home
last modified time | relevance | path

Searched defs:__alloc (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__memory/
H A Dallocate_at_least.h31 allocation_result<typename allocator_traits<_Alloc>::pointer> allocate_at_least(_Alloc& __alloc, si… in allocate_at_least()
41 auto __allocate_at_least(_Alloc& __alloc, size_t __n) { in __allocate_at_least()
H A Duninitialized_algorithms.h366 constexpr void __allocator_destroy_multidimensional(_Alloc& __alloc, _BidirIter __first, _BidirIter… in __allocator_destroy_multidimensional()
402 constexpr void __allocator_construct_at(_Alloc& __alloc, _Tp* __loc) { in __allocator_construct_at()
435 constexpr void __allocator_construct_at(_Alloc& __alloc, _Tp* __loc, _Arg const& __arg) { in __allocator_construct_at()
469 constexpr void __uninitialized_allocator_fill_n(_Alloc& __alloc, _BidirIter __it, _Size __n, _Tp co… in __uninitialized_allocator_fill_n()
486 constexpr void __uninitialized_allocator_value_construct_n(_Alloc& __alloc, _BidirIter __it, _Size … in __uninitialized_allocator_value_construct_n()
504 __allocator_destroy(_Alloc& __alloc, _Iter __first, _Sent __last) { in __allocator_destroy()
513 _AllocatorDestroyRangeReverse(_Alloc& __alloc, _Iter& __first, _Iter& __last) in _AllocatorDestroyRangeReverse()
532 __uninitialized_allocator_copy(_Alloc& __alloc, _Iter1 __first1, _Sent1 __last1, _Iter2 __first2) { in __uninitialized_allocator_copy()
544 _AllocatorDestroyRangeReverse<_Alloc, _Iter2>(__alloc, __destruct_first, __first2)(); in __uninitialized_allocator_copy() local
H A Dshared_ptr.h345 _Alloc *__alloc = reinterpret_cast<_Alloc*>(__first); in _ALIGNAS_TYPE() local
/llvm-project-15.0.7/pstl/include/pstl/internal/
H A Dparallel_backend_tbb.h645 auto __alloc = _M_allocator; in finalize() local