Home
last modified time | relevance | path

Searched refs:StackAllocator (Results 1 – 25 of 783) sorted by relevance

12345678910>>...32

/dports/devel/quantum/quantum-2.2/quantum/
H A Dquantum_stack_allocator.h37 typedef StackAllocator<T, SIZE> this_type; argument
58 typedef StackAllocator<U,SIZE> other; argument
64 StackAllocator(const this_type&) : StackAllocator() in StackAllocator() argument
66 StackAllocator(this_type&&) : StackAllocator() in StackAllocator() argument
69 StackAllocator& operator=(this_type&&) = delete; argument
73 StackAllocator(const StackAllocator<U,SIZE>&) : StackAllocator() in StackAllocator() function
76 StackAllocator(StackAllocator<U,SIZE>&&) : StackAllocator() in StackAllocator() argument
79 StackAllocator& operator=(const StackAllocator<U,SIZE>&) = delete; argument
81 StackAllocator& operator=(StackAllocator<U,SIZE>&&) = delete; argument
83 static StackAllocator select_on_container_copy_construction(const StackAllocator&) { in select_on_container_copy_construction() argument
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/test/unit/
H A Dstack_allocator.h47 struct StackAllocator struct
65 StackAllocator(){} in StackAllocator() argument
74 StackAllocator(StackAllocator<_OtherTp> const& other) in StackAllocator() argument
77 StackAllocator(const State& state) in StackAllocator() argument
148 void swap(StackAllocator &other) { in swap() argument
176 inline StackAllocator<_Tp2>&
177 __stl_alloc_rebind(StackAllocator<_Tp1>& __a, const _Tp2*) { return (StackAllocator<_Tp2>&)(__a); } in __stl_alloc_rebind()
179 inline StackAllocator<_Tp2>
185 inline void swap(StackAllocator<_Tp>& __a, StackAllocator<_Tp>& __b) in swap()
191 inline void swap(StackAllocator<int>& __a, StackAllocator<int>& __b) in swap()
[all …]
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/tlx/tlx/
H A Dstack_allocator.hpp114 class StackAllocator : public AllocatorBase<Type> class
130 struct rebind { using other = StackAllocator<Other, Size>; };
133 StackAllocator() noexcept : arena_(nullptr) { } in StackAllocator() function in tlx::StackAllocator
136 explicit StackAllocator(StackArena<Size>& arena) noexcept in StackAllocator() function in tlx::StackAllocator
141 StackAllocator(const StackAllocator<Other, Size>& other) noexcept in StackAllocator() function in tlx::StackAllocator
145 StackAllocator(const StackAllocator&) noexcept = default;
149 StackAllocator& operator = (const StackAllocator&) noexcept = default;
152 StackAllocator(StackAllocator&&) noexcept = default;
155 StackAllocator& operator = (StackAllocator&&) noexcept = default;
170 const StackAllocator<Other, OtherSize>& other) const noexcept { in operator ==()
[all …]
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tlx/
H A Dstack_allocator.hpp114 class StackAllocator : public AllocatorBase<Type> class
130 struct rebind { using other = StackAllocator<Other, Size>; };
133 StackAllocator() noexcept : arena_(nullptr) { } in StackAllocator() function in tlx::StackAllocator
136 explicit StackAllocator(StackArena<Size>& arena) noexcept in StackAllocator() function in tlx::StackAllocator
141 StackAllocator(const StackAllocator<Other, Size>& other) noexcept in StackAllocator() function in tlx::StackAllocator
145 StackAllocator(const StackAllocator&) noexcept = default;
149 StackAllocator& operator = (const StackAllocator&) noexcept = default;
152 StackAllocator(StackAllocator&&) noexcept = default;
155 StackAllocator& operator = (StackAllocator&&) noexcept = default;
170 const StackAllocator<Other, OtherSize>& other) const noexcept { in operator ==()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/coroutine/detail/
H A Dsymmetric_coroutine_object.hpp33 template< typename R, typename Fn, typename StackAllocator >
38 typedef symmetric_coroutine_object< R, Fn, StackAllocator > obj_t;
42 StackAllocator stack_alloc_;
47 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
109 template< typename R, typename Fn, typename StackAllocator >
114 typedef symmetric_coroutine_object< R &, Fn, StackAllocator > obj_t;
118 StackAllocator stack_alloc_;
123 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
185 template< typename Fn, typename StackAllocator >
194 StackAllocator stack_alloc_;
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/coroutine/detail/
H A Dsymmetric_coroutine_object.hpp33 template< typename R, typename Fn, typename StackAllocator >
38 typedef symmetric_coroutine_object< R, Fn, StackAllocator > obj_t;
42 StackAllocator stack_alloc_;
47 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
109 template< typename R, typename Fn, typename StackAllocator >
114 typedef symmetric_coroutine_object< R &, Fn, StackAllocator > obj_t;
118 StackAllocator stack_alloc_;
123 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
185 template< typename Fn, typename StackAllocator >
194 StackAllocator stack_alloc_;
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/coroutine/detail/
H A Dsymmetric_coroutine_object.hpp33 template< typename R, typename Fn, typename StackAllocator >
38 typedef symmetric_coroutine_object< R, Fn, StackAllocator > obj_t;
42 StackAllocator stack_alloc_;
47 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
109 template< typename R, typename Fn, typename StackAllocator >
114 typedef symmetric_coroutine_object< R &, Fn, StackAllocator > obj_t;
118 StackAllocator stack_alloc_;
123 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
185 template< typename Fn, typename StackAllocator >
194 StackAllocator stack_alloc_;
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/coroutine/detail/
H A Dsymmetric_coroutine_object.hpp33 template< typename R, typename Fn, typename StackAllocator >
38 typedef symmetric_coroutine_object< R, Fn, StackAllocator > obj_t;
42 StackAllocator stack_alloc_;
47 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
109 template< typename R, typename Fn, typename StackAllocator >
114 typedef symmetric_coroutine_object< R &, Fn, StackAllocator > obj_t;
118 StackAllocator stack_alloc_;
123 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
185 template< typename Fn, typename StackAllocator >
194 StackAllocator stack_alloc_;
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/coroutine/detail/
H A Dsymmetric_coroutine_object.hpp33 template< typename R, typename Fn, typename StackAllocator >
38 typedef symmetric_coroutine_object< R, Fn, StackAllocator > obj_t;
42 StackAllocator stack_alloc_;
47 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
109 template< typename R, typename Fn, typename StackAllocator >
114 typedef symmetric_coroutine_object< R &, Fn, StackAllocator > obj_t;
118 StackAllocator stack_alloc_;
123 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
185 template< typename Fn, typename StackAllocator >
194 StackAllocator stack_alloc_;
[all …]
H A Dpull_coroutine_object.hpp51 template< typename PushCoro, typename R, typename Fn, typename StackAllocator >
58 typedef pull_coroutine_object< PushCoro, R, Fn, StackAllocator > obj_t;
62 StackAllocator stack_alloc_;
67 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
77 StackAllocator const& stack_alloc) BOOST_NOEXCEPT : in pull_coroutine_object()
90 StackAllocator const& stack_alloc) BOOST_NOEXCEPT : in pull_coroutine_object()
145 StackAllocator stack_alloc_;
150 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
217 template< typename PushCoro, typename Fn, typename StackAllocator >
228 StackAllocator stack_alloc_;
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/coroutine/detail/
H A Dsymmetric_coroutine_object.hpp33 template< typename R, typename Fn, typename StackAllocator >
38 typedef symmetric_coroutine_object< R, Fn, StackAllocator > obj_t;
42 StackAllocator stack_alloc_;
47 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
109 template< typename R, typename Fn, typename StackAllocator >
114 typedef symmetric_coroutine_object< R &, Fn, StackAllocator > obj_t;
118 StackAllocator stack_alloc_;
123 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
185 template< typename Fn, typename StackAllocator >
194 StackAllocator stack_alloc_;
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/coroutine/detail/
H A Dsymmetric_coroutine_object.hpp33 template< typename R, typename Fn, typename StackAllocator >
38 typedef symmetric_coroutine_object< R, Fn, StackAllocator > obj_t;
42 StackAllocator stack_alloc_;
47 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
109 template< typename R, typename Fn, typename StackAllocator >
114 typedef symmetric_coroutine_object< R &, Fn, StackAllocator > obj_t;
118 StackAllocator stack_alloc_;
123 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
185 template< typename Fn, typename StackAllocator >
194 StackAllocator stack_alloc_;
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/coroutine/detail/
H A Dsymmetric_coroutine_object.hpp33 template< typename R, typename Fn, typename StackAllocator >
38 typedef symmetric_coroutine_object< R, Fn, StackAllocator > obj_t;
42 StackAllocator stack_alloc_;
47 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
109 template< typename R, typename Fn, typename StackAllocator >
114 typedef symmetric_coroutine_object< R &, Fn, StackAllocator > obj_t;
118 StackAllocator stack_alloc_;
123 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
185 template< typename Fn, typename StackAllocator >
194 StackAllocator stack_alloc_;
[all …]
H A Dpull_coroutine_object.hpp51 template< typename PushCoro, typename R, typename Fn, typename StackAllocator >
58 typedef pull_coroutine_object< PushCoro, R, Fn, StackAllocator > obj_t;
62 StackAllocator stack_alloc_;
67 StackAllocator stack_alloc( obj->stack_alloc_);
77 StackAllocator const& stack_alloc) BOOST_NOEXCEPT :
90 StackAllocator const& stack_alloc) BOOST_NOEXCEPT :
145 StackAllocator stack_alloc_;
150 StackAllocator stack_alloc( obj->stack_alloc_);
217 template< typename PushCoro, typename Fn, typename StackAllocator >
228 StackAllocator stack_alloc_;
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/coroutine/detail/
H A Dsymmetric_coroutine_object.hpp33 template< typename R, typename Fn, typename StackAllocator >
38 typedef symmetric_coroutine_object< R, Fn, StackAllocator > obj_t;
42 StackAllocator stack_alloc_;
47 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
109 template< typename R, typename Fn, typename StackAllocator >
114 typedef symmetric_coroutine_object< R &, Fn, StackAllocator > obj_t;
118 StackAllocator stack_alloc_;
123 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
185 template< typename Fn, typename StackAllocator >
194 StackAllocator stack_alloc_;
[all …]
/dports/graphics/blender/blender-2.91.0/intern/cycles/util/
H A Dutil_stack_allocator.h26 template<int SIZE, typename T> class ccl_try_align(16) StackAllocator
39 StackAllocator() : pointer_(0), use_stack_(true) in StackAllocator() function
43 StackAllocator(const StackAllocator &) : pointer_(0), use_stack_(true) in StackAllocator() argument
48 StackAllocator(const StackAllocator<SIZE, U> &) : pointer_(0), use_stack_(false) in StackAllocator() function
132 typedef StackAllocator<SIZE, U> other;
137 template<class U> inline StackAllocator &operator=(const StackAllocator<SIZE, U> &)
142 StackAllocator<SIZE, T> &operator=(const StackAllocator &)
147 inline bool operator==(StackAllocator const & /*other*/) const
152 inline bool operator!=(StackAllocator const &other) const
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/coroutine/detail/
H A Dsymmetric_coroutine_object.hpp33 template< typename R, typename Fn, typename StackAllocator >
38 typedef symmetric_coroutine_object< R, Fn, StackAllocator > obj_t;
42 StackAllocator stack_alloc_;
47 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
112 template< typename R, typename Fn, typename StackAllocator >
117 typedef symmetric_coroutine_object< R &, Fn, StackAllocator > obj_t;
121 StackAllocator stack_alloc_;
126 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
191 template< typename Fn, typename StackAllocator >
200 StackAllocator stack_alloc_;
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/coroutine/detail/
H A Dsymmetric_coroutine_object.hpp33 template< typename R, typename Fn, typename StackAllocator >
38 typedef symmetric_coroutine_object< R, Fn, StackAllocator > obj_t;
42 StackAllocator stack_alloc_;
47 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
112 template< typename R, typename Fn, typename StackAllocator >
117 typedef symmetric_coroutine_object< R &, Fn, StackAllocator > obj_t;
121 StackAllocator stack_alloc_;
126 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
191 template< typename Fn, typename StackAllocator >
200 StackAllocator stack_alloc_;
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/coroutine/detail/
H A Dsymmetric_coroutine_object.hpp33 template< typename R, typename Fn, typename StackAllocator >
38 typedef symmetric_coroutine_object< R, Fn, StackAllocator > obj_t;
42 StackAllocator stack_alloc_;
47 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
112 template< typename R, typename Fn, typename StackAllocator >
117 typedef symmetric_coroutine_object< R &, Fn, StackAllocator > obj_t;
121 StackAllocator stack_alloc_;
126 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
191 template< typename Fn, typename StackAllocator >
200 StackAllocator stack_alloc_;
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/coroutine/detail/
H A Dsymmetric_coroutine_object.hpp33 template< typename R, typename Fn, typename StackAllocator >
38 typedef symmetric_coroutine_object< R, Fn, StackAllocator > obj_t;
42 StackAllocator stack_alloc_;
47 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
112 template< typename R, typename Fn, typename StackAllocator >
117 typedef symmetric_coroutine_object< R &, Fn, StackAllocator > obj_t;
121 StackAllocator stack_alloc_;
126 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
191 template< typename Fn, typename StackAllocator >
200 StackAllocator stack_alloc_;
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/coroutine/detail/
H A Dsymmetric_coroutine_object.hpp33 template< typename R, typename Fn, typename StackAllocator >
38 typedef symmetric_coroutine_object< R, Fn, StackAllocator > obj_t;
42 StackAllocator stack_alloc_;
47 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
112 template< typename R, typename Fn, typename StackAllocator >
117 typedef symmetric_coroutine_object< R &, Fn, StackAllocator > obj_t;
121 StackAllocator stack_alloc_;
126 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
191 template< typename Fn, typename StackAllocator >
200 StackAllocator stack_alloc_;
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/coroutine/detail/
H A Dsymmetric_coroutine_object.hpp33 template< typename R, typename Fn, typename StackAllocator >
38 typedef symmetric_coroutine_object< R, Fn, StackAllocator > obj_t;
42 StackAllocator stack_alloc_;
47 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
112 template< typename R, typename Fn, typename StackAllocator >
117 typedef symmetric_coroutine_object< R &, Fn, StackAllocator > obj_t;
121 StackAllocator stack_alloc_;
126 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
191 template< typename Fn, typename StackAllocator >
200 StackAllocator stack_alloc_;
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/coroutine/detail/
H A Dsymmetric_coroutine_object.hpp33 template< typename R, typename Fn, typename StackAllocator >
38 typedef symmetric_coroutine_object< R, Fn, StackAllocator > obj_t;
42 StackAllocator stack_alloc_;
47 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
112 template< typename R, typename Fn, typename StackAllocator >
117 typedef symmetric_coroutine_object< R &, Fn, StackAllocator > obj_t;
121 StackAllocator stack_alloc_;
126 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_()
191 template< typename Fn, typename StackAllocator >
200 StackAllocator stack_alloc_;
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/common/
H A Dstackallocator.hh60 struct StackAllocator struct
74 struct rebind { typedef StackAllocator< U, S > other; }; argument
79 explicit StackAllocator ( StackPtr stack ) : stack_( stack ) {} in StackAllocator() function
82 StackAllocator ( const StackAllocator< U, S > &other ) : stack_( other.stack_ ) {} in StackAllocator() function
85 StackAllocator ( StackAllocator< U, S > &&other ) : stack_( std::move( other.stack_ ) ) {} in StackAllocator() argument
87 StackAllocator ( const StackAllocator &other ) : stack_( other.stack_ ) {} in StackAllocator() function
88 StackAllocator ( StackAllocator && other ) : stack_( other.stack_ ) {} in StackAllocator() argument
125 friend struct StackAllocator;
135 struct StackAllocator<void, S> struct
146 struct rebind { typedef StackAllocator< U, S > other; }; argument
/dports/net/pichi/pichi-1.4.0/include/boost/asio/
H A Dspawn2.hpp100 template <typename Executor, typename Function, typename StackAllocator>
136 std::decay_t<StackAllocator> alloc_;
255 StackAllocator&& alloc = StackAllocator{}) in spawn()
258 using Context = detail::SpawnContext<Executor, Function, StackAllocator>;
266 void spawn(Executor const& ex, Function&& function, StackAllocator&& alloc = StackAllocator{}, in spawn()
270 std::forward<StackAllocator>(alloc));
274 typename StackAllocator = detail::DefaultAllocator>
275 void spawn(ExecutorContext& ctx, Function&& function, StackAllocator&& alloc = StackAllocator{}, in spawn()
279 std::forward<StackAllocator>(alloc));
283 void spawn(yield_context yield, Function&& function, StackAllocator&& alloc = StackAllocator{}) in spawn()
[all …]

12345678910>>...32