Home
last modified time | relevance | path

Searched refs:default_allocator_of (Results 1 – 6 of 6) sorted by relevance

/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/adaptors/blas/
H A Dnumeric.hpp120 auto default_allocator_of(involuter<It, F> const& iv){ in default_allocator_of() function
121 return default_allocator_of(iv.it_); in default_allocator_of()
165 friend auto default_allocator_of(involuter const& inv){ in default_allocator_of() function
166 using multi::default_allocator_of; in default_allocator_of()
167 return default_allocator_of(inv.it_); in default_allocator_of()
277 auto default_allocator_of(multi::blas::involuter<It, F, Reference> it){ in default_allocator_of() function
278 return multi::default_allocator_of(underlying(it)); in default_allocator_of()
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/detail/
H A Dmemory.hpp323 auto a = multi::default_allocator_of(p); in main()
330 auto a = multi::default_allocator_of(it); in main()
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/memory/adaptors/cuda/managed/
H A Dptr.hpp197 friend allocator<std::decay_t<T>> default_allocator_of(ptr const&){return {};} in default_allocator_of() function
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/
H A Dutility.hpp88 auto default_allocator_of(T*) in default_allocator_of() function
H A Darray_ref.hpp422 return multi::default_allocator_of(p); in get_allocator_()
1164 …constexpr default_allocator_type get_allocator() const{return default_allocator_of(basic_array::ba… in get_allocator()
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/memory/adaptors/cuda/
H A Dptr.hpp185 friend allocator<std::decay_t<T>> default_allocator_of(ptr const&){return {};} in default_allocator_of() function