Searched refs:__allocate_shared_bounded_array (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dshared_ptr.h1204 shared_ptr<_Array> __allocate_shared_bounded_array(const _Alloc& __a, _Arg&& ...__arg) function
1226 return std::__allocate_shared_bounded_array<_Tp>(__a);
1233 return std::__allocate_shared_bounded_array<_Tp>(__a, __u);
1242 return std::__allocate_shared_bounded_array<_Tp>(__alloc);
1249 return std::__allocate_shared_bounded_array<_Tp>(allocator<_Tp>());
1256 return std::__allocate_shared_bounded_array<_Tp>(allocator<_Tp>(), __u);
1263 return std::__allocate_shared_bounded_array<_Tp>(allocator<__for_overwrite_tag>());

Completed in 62 milliseconds