Searched defs:allocate_shared (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/smart_ptr/ |
D | make_shared_object.hpp | 265 …, class... Args > typename boost::detail::sp_if_not_array< T >::type allocate_shared( A const & a,… in allocate_shared() function 326 template< class T, class A > typename boost::detail::sp_if_not_array< T >::type allocate_shared( A … in allocate_shared() function 367 typename boost::detail::sp_if_not_array< T >::type allocate_shared( A const & a, BOOST_FWD_REF(A1) … in allocate_shared() function 410 typename boost::detail::sp_if_not_array< T >::type allocate_shared( A const & a, BOOST_FWD_REF(A1) … in allocate_shared() function 455 typename boost::detail::sp_if_not_array< T >::type allocate_shared( A const & a, BOOST_FWD_REF(A1) … in allocate_shared() function 502 typename boost::detail::sp_if_not_array< T >::type allocate_shared( A const & a, BOOST_FWD_REF(A1) … in allocate_shared() function 551 typename boost::detail::sp_if_not_array< T >::type allocate_shared( A const & a, BOOST_FWD_REF(A1) … in allocate_shared() function 602 typename boost::detail::sp_if_not_array< T >::type allocate_shared( A const & a, BOOST_FWD_REF(A1) … in allocate_shared() function 655 typename boost::detail::sp_if_not_array< T >::type allocate_shared( A const & a, BOOST_FWD_REF(A1) … in allocate_shared() function 710 typename boost::detail::sp_if_not_array< T >::type allocate_shared( A const & a, BOOST_FWD_REF(A1) … in allocate_shared() function [all …]
|
D | allocate_shared_array.hpp | 262 allocate_shared(const A& allocator, std::size_t count) in allocate_shared() function 279 allocate_shared(const A& allocator) in allocate_shared() function 299 allocate_shared(const A& allocator, std::size_t count, in allocate_shared() function 317 allocate_shared(const A& allocator, in allocate_shared() function
|