Home
last modified time | relevance | path

Searched refs:scalable_allocator (Results 1 – 25 of 58) sorted by relevance

123

/dports/math/libmesh/libmesh-1.6.2/include/parallel/
H A Dthreads_allocators.h56 class scalable_allocator : public tbb::scalable_allocator<T>
70 typedef scalable_allocator<U> other;
73 scalable_allocator () : in scalable_allocator() function
74 tbb::scalable_allocator<T>() {} in scalable_allocator()
76 scalable_allocator (const scalable_allocator & a) : in scalable_allocator() function
77 tbb::scalable_allocator<T>(a) {} in scalable_allocator()
80 scalable_allocator(const scalable_allocator<U> & a) : in scalable_allocator() function
81 tbb::scalable_allocator<T>(a) {} in scalable_allocator()
112 scalable_allocator () :
115 scalable_allocator (const scalable_allocator & a) :
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/
H A Dscalable_allocator.h244 class scalable_allocator {
254 typedef scalable_allocator<U> other;
257 scalable_allocator() throw() {} in throw()
258 scalable_allocator( const scalable_allocator& ) throw() {} in throw()
259 template<typename U> scalable_allocator(const scalable_allocator<U>&) throw() {} in scalable_allocator() function
302 class scalable_allocator<void> {
308 typedef scalable_allocator<U> other;
313 inline bool operator==( const scalable_allocator<T>&, const scalable_allocator<U>& ) {return true;}
316 inline bool operator!=( const scalable_allocator<T>&, const scalable_allocator<U>& ) {return false;}
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dscalable_allocator.h224 class scalable_allocator {
234 typedef scalable_allocator<U> other;
237 scalable_allocator() throw() {} in throw()
238 scalable_allocator( const scalable_allocator& ) throw() {} in throw()
239 template<typename U> scalable_allocator(const scalable_allocator<U>&) throw() {} in scalable_allocator() function
279 class scalable_allocator<void> {
285 typedef scalable_allocator<U> other;
290 inline bool operator==( const scalable_allocator<T>&, const scalable_allocator<U>& ) {return true;}
293 inline bool operator!=( const scalable_allocator<T>&, const scalable_allocator<U>& ) {return false;}
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/
H A Dscalable_allocator.h248 class scalable_allocator {
258 typedef scalable_allocator<U> other;
261 scalable_allocator() throw() {} in throw()
262 scalable_allocator( const scalable_allocator& ) throw() {} in throw()
263 template<typename U> scalable_allocator(const scalable_allocator<U>&) throw() {} in scalable_allocator() function
306 class scalable_allocator<void> {
312 typedef scalable_allocator<U> other;
317 inline bool operator==( const scalable_allocator<T>&, const scalable_allocator<U>& ) {return true;}
320 inline bool operator!=( const scalable_allocator<T>&, const scalable_allocator<U>& ) {return false;}
/dports/devel/tbb/oneTBB-2020.3/include/tbb/
H A Dscalable_allocator.h248 class scalable_allocator {
258 typedef scalable_allocator<U> other;
261 scalable_allocator() throw() {} in throw()
262 scalable_allocator( const scalable_allocator& ) throw() {} in throw()
263 template<typename U> scalable_allocator(const scalable_allocator<U>&) throw() {} in scalable_allocator() function
306 class scalable_allocator<void> {
312 typedef scalable_allocator<U> other;
317 inline bool operator==( const scalable_allocator<T>&, const scalable_allocator<U>& ) {return true;}
320 inline bool operator!=( const scalable_allocator<T>&, const scalable_allocator<U>& ) {return false;}
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/
H A Dscalable_allocator.h248 class scalable_allocator {
258 typedef scalable_allocator<U> other;
261 scalable_allocator() throw() {} in throw()
262 scalable_allocator( const scalable_allocator& ) throw() {} in throw()
263 template<typename U> scalable_allocator(const scalable_allocator<U>&) throw() {} in scalable_allocator() function
306 class scalable_allocator<void> {
312 typedef scalable_allocator<U> other;
317 inline bool operator==( const scalable_allocator<T>&, const scalable_allocator<U>& ) {return true;}
320 inline bool operator!=( const scalable_allocator<T>&, const scalable_allocator<U>& ) {return false;}
/dports/devel/onetbb/oneTBB-2021.4.0/include/oneapi/tbb/
H A Dscalable_allocator.h211 class scalable_allocator {
219 scalable_allocator() = default;
220 template<typename U> scalable_allocator(const scalable_allocator<U>&) noexcept {} in scalable_allocator() function
244 using other = scalable_allocator<U>;
263 class scalable_allocator<void> {
269 using other = scalable_allocator<U>;
275 inline bool operator==(const scalable_allocator<T>&, const scalable_allocator<U>&) noexcept { retur…
279 inline bool operator!=(const scalable_allocator<T>&, const scalable_allocator<U>&) noexcept { retur…
324 using detail::d1::scalable_allocator;
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbbmalloc/
H A Dtest_scalable_allocator.cpp188 TestAllocator<tbb::scalable_allocator<void>>(Concept);
190 tbb::memory_pool<tbb::scalable_allocator<int>> pool;
234 tbb::memory_pool<tbb::scalable_allocator<int>> mpool;
242 TestAllocator<tbb::scalable_allocator<void>>(Comparison);
252 TestAllocator<tbb::scalable_allocator<void>>(Exceptions);
259 TestAllocator<tbb::scalable_allocator<void>>(ThreadSafety);
278 TestAllocator<tbb::scalable_allocator<void>>(Broken);
280 tbb::memory_pool<tbb::scalable_allocator<int>> mpool;
289 TestAllocatorWithSTL<tbb::scalable_allocator<void> >();
290 tbb::memory_pool<tbb::scalable_allocator<int> > mpool;
H A Dtest_malloc_regression.cpp31 tbb::scalable_allocator<char> a; in operator ()()
56 tbb::scalable_allocator<char> a; in TestBootstrapLeak()
/dports/finance/quickfix/quickfix-1.15.1/m4/
H A Dax_allocator.m4123 # check for tbb::scalable_allocator
126 AC_MSG_CHECKING(for tbb::scalable_allocator)
128 [#include <tbb/scalable_allocator.h>
130 [std::vector<int, tbb::scalable_allocator<int> > x;],
133 tbb::scalable_allocator exists)
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_ScalableAllocator_STL.cpp32 TestAllocatorWithSTL<tbb::scalable_allocator<void> >(); in TestMain()
33 tbb::memory_pool<tbb::scalable_allocator<int> > mpool; in TestMain()
H A Dtest_malloc_regression.cpp25 tbb::scalable_allocator<char> a; in operator ()()
55 tbb::scalable_allocator<char> a; in TestBootstrapLeak()
H A Dtest_ScalableAllocator.cpp172 int result = TestMain<tbb::scalable_allocator<void> >(); in TestMain()
174 tbb::memory_pool<tbb::scalable_allocator<int> > pool; in TestMain()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_ScalableAllocator_STL.cpp32 TestAllocatorWithSTL<tbb::scalable_allocator<void> >(); in TestMain()
33 tbb::memory_pool<tbb::scalable_allocator<int> > mpool; in TestMain()
H A Dtest_malloc_regression.cpp25 tbb::scalable_allocator<char> a; in operator ()()
55 tbb::scalable_allocator<char> a; in TestBootstrapLeak()
H A Dtest_ScalableAllocator.cpp172 int result = TestMain<tbb::scalable_allocator<void> >(); in TestMain()
174 tbb::memory_pool<tbb::scalable_allocator<int> > pool; in TestMain()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_ScalableAllocator_STL.cpp32 TestAllocatorWithSTL<tbb::scalable_allocator<void> >(); in TestMain()
33 tbb::memory_pool<tbb::scalable_allocator<int> > mpool; in TestMain()
H A Dtest_malloc_regression.cpp25 tbb::scalable_allocator<char> a; in operator ()()
55 tbb::scalable_allocator<char> a; in TestBootstrapLeak()
H A Dtest_ScalableAllocator.cpp172 int result = TestMain<tbb::scalable_allocator<void> >(); in TestMain()
174 tbb::memory_pool<tbb::scalable_allocator<int> > pool; in TestMain()
/dports/devel/onetbb/oneTBB-2021.4.0/doc/main/tbb_userguide/
H A DWhich_Dynamic_Libraries_to_Use.rst7 The template ``scalable_allocator<T>`` requires the |full_name|
34 * - \ ``scalable_allocator<T>``
/dports/math/cgal/CGAL-5.3/include/CGAL/Mesh_3/
H A DWorksharing_data_structures.h303 tbb::scalable_allocator<MeshRefinementWorkItem>().deallocate( in operator()
350 tbb::scalable_allocator<SimpleFunctorWorkItem>().deallocate( in operator()
710 tbb::scalable_allocator<SimpleFunctorWorkItem<Func> >().allocate(1); in enqueue_work()
725 tbb::scalable_allocator<MeshRefinementWorkItem<Func, Quality> >() in enqueue_work()
777 auto ptr = tbb::scalable_allocator<WorkBatchTask>().allocate(1); in create_task()
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Common/include/mirtk/
H A DParallel.h115 using tbb::scalable_allocator;
137 using scalable_allocator = std::allocator<T>; variable
/dports/math/libmesh/libmesh-1.6.2/include/base/
H A Ddof_map.h97 Threads::scalable_allocator<std::pair<const dof_id_type, Real>>> DofConstraintRow;
108 … Threads::scalable_allocator<std::pair<const dof_id_type, DofConstraintRow>>>
120 Threads::scalable_allocator<std::pair<const dof_id_type, Number>>>
131 Threads::scalable_allocator
145 … Threads::scalable_allocator<std::pair<const Node * const, Real>>> NodeConstraintRow;
156 … Threads::scalable_allocator<std::pair<const Node * const, std::pair<NodeConstraintRow,Point>>>>
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/polygon_overlay/
H A Drpolygon.h34 typedef scalable_allocator<RPolygon> RPolygon_allocator;
131 typedef class vector<RPolygon_flagged, scalable_allocator<RPolygon_flagged> > Flagged_map_t; // we'…
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/polygon_overlay/
H A Drpolygon.h34 typedef scalable_allocator<RPolygon> RPolygon_allocator;
131 typedef class vector<RPolygon_flagged, scalable_allocator<RPolygon_flagged> > Flagged_map_t; // we'…

123