Home
last modified time | relevance | path

Searched refs:allocator_t (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/dports/devel/hyperscan/boost_1_75_0/boost/asio/execution/
H A Dallocator.hpp39 struct allocator_t struct
53 constexpr allocator_t();
70 constexpr allocator_t<void> allocator;
79 struct allocator_t
105 = allocator_t::static_query<E>();
115 friend struct allocator_t<void>;
133 struct allocator_t<void>
145 BOOST_ASIO_CONSTEXPR allocator_t()
163 = allocator_t::static_query<E>();
183 constexpr allocator_t<void> allocator;
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/asio/execution/
H A Dallocator.hpp39 struct allocator_t
53 constexpr allocator_t();
70 constexpr allocator_t<void> allocator;
79 struct allocator_t
105 = allocator_t::static_query<E>();
115 friend struct allocator_t<void>;
133 struct allocator_t<void>
145 BOOST_ASIO_CONSTEXPR allocator_t()
163 = allocator_t::static_query<E>();
183 constexpr allocator_t<void> allocator;
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/asio/execution/
H A Dallocator.hpp39 struct allocator_t struct
53 constexpr allocator_t();
70 constexpr allocator_t<void> allocator;
79 struct allocator_t
105 = allocator_t::static_query<E>();
115 friend struct allocator_t<void>;
133 struct allocator_t<void>
145 BOOST_ASIO_CONSTEXPR allocator_t()
163 = allocator_t::static_query<E>();
183 constexpr allocator_t<void> allocator;
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/asio/execution/
H A Dallocator.hpp39 struct allocator_t struct
53 constexpr allocator_t();
70 constexpr allocator_t<void> allocator;
79 struct allocator_t
145 = allocator_t::static_query<E>();
155 friend struct allocator_t<void>;
173 struct allocator_t<void>
195 BOOST_ASIO_CONSTEXPR allocator_t()
243 = allocator_t::static_query<E>();
263 constexpr allocator_t<void> allocator;
[all …]
/dports/www/restbed/restbed-4.8/dependency/asio/asio/include/asio/execution/
H A Dallocator.hpp38 struct allocator_t struct
52 constexpr allocator_t();
69 constexpr allocator_t<void> allocator;
78 struct allocator_t
144 = allocator_t::static_query<E>();
154 friend struct allocator_t<void>;
172 struct allocator_t<void>
194 ASIO_CONSTEXPR allocator_t()
242 = allocator_t::static_query<E>();
262 constexpr allocator_t<void> allocator;
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/fiber/future/detail/
H A Dtask_object.hpp36 > allocator_t; typedef in boost::fibers::detail::task_object
38 task_object( allocator_t const& alloc, Fn const& fn) : in task_object()
44 task_object( allocator_t const& alloc, Fn && fn) : in task_object()
61 typedef std::allocator_traits< allocator_t > traits_t; in reset()
80 allocator_t alloc_;
83 allocator_t a{ alloc }; in destroy_()
97 >::other allocator_t; typedef in boost::fibers::detail::task_object
99 task_object( allocator_t const& alloc, Fn const& fn) : in task_object()
105 task_object( allocator_t const& alloc, Fn && fn) : in task_object()
141 allocator_t alloc_;
[all …]
H A Dshared_state_object.hpp30 > allocator_t; typedef in boost::fibers::detail::shared_state_object
32 shared_state_object( allocator_t const& alloc) : in shared_state_object()
42 allocator_t alloc_;
44 static void destroy_( allocator_t const& alloc, shared_state_object * p) noexcept { in destroy_()
45 allocator_t a{ alloc }; in destroy_()
/dports/graphics/metapixel/metapixel-1.0.2/
H A Dlispreader.h116 lisp_object_t* lisp_read_with_allocator (allocator_t *allocator, lisp_stream_t *in);
119 void lisp_free_with_allocator (allocator_t *allocator, lisp_object_t *obj);
122 lisp_object_t* lisp_read_from_string_with_allocator (allocator_t *allocator, const char *buf);
140 lisp_object_t* lisp_make_integer_with_allocator (allocator_t *allocator, int value);
141 lisp_object_t* lisp_make_real_with_allocator (allocator_t *allocator, float value);
142 lisp_object_t* lisp_make_symbol_with_allocator (allocator_t *allocator, const char *value);
143 lisp_object_t* lisp_make_string_with_allocator (allocator_t *allocator, const char *value);
144 lisp_object_t* lisp_make_cons_with_allocator (allocator_t *allocator, lisp_object_t *car, lisp_obje…
145 lisp_object_t* lisp_make_boolean_with_allocator (allocator_t *allocator, int value);
H A Dallocator.h36 } allocator_t; typedef
38 extern allocator_t malloc_allocator;
40 void init_pools_allocator (allocator_t *allocator, pools_t *pools);
45 char* allocator_strdup (allocator_t *allocator, const char *str);
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/analyzer/
H A Dmalloc-callbacks.c3 typedef void *(*allocator_t) (size_t); typedef
6 static allocator_t __attribute__((noinline))
12 static allocator_t __attribute__((noinline))
54 allocator_t alloc_fn = get_malloc (); in test_4()
62 allocator_t alloc_fn = get_alloca (); in test_5()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/analyzer/
H A Dmalloc-callbacks.c3 typedef void *(*allocator_t) (size_t); typedef
6 static allocator_t __attribute__((noinline))
12 static allocator_t __attribute__((noinline))
54 allocator_t alloc_fn = get_malloc (); in test_4()
62 allocator_t alloc_fn = get_alloca (); in test_5()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/analyzer/
H A Dmalloc-callbacks.c3 typedef void *(*allocator_t) (size_t); typedef
6 static allocator_t __attribute__((noinline))
12 static allocator_t __attribute__((noinline))
54 allocator_t alloc_fn = get_malloc (); in test_4()
62 allocator_t alloc_fn = get_alloca (); in test_5()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/analyzer/
H A Dmalloc-callbacks.c3 typedef void *(*allocator_t) (size_t); typedef
6 static allocator_t __attribute__((noinline))
12 static allocator_t __attribute__((noinline))
54 allocator_t alloc_fn = get_malloc (); in test_4()
62 allocator_t alloc_fn = get_alloca (); in test_5()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/analyzer/
H A Dmalloc-callbacks.c3 typedef void *(*allocator_t) (size_t); typedef
6 static allocator_t __attribute__((noinline))
12 static allocator_t __attribute__((noinline))
54 allocator_t alloc_fn = get_malloc (); in test_4()
62 allocator_t alloc_fn = get_alloca (); in test_5()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/analyzer/
H A Dmalloc-callbacks.c3 typedef void *(*allocator_t) (size_t); typedef
6 static allocator_t __attribute__((noinline))
12 static allocator_t __attribute__((noinline))
54 allocator_t alloc_fn = get_malloc (); in test_4()
62 allocator_t alloc_fn = get_alloca (); in test_5()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/analyzer/
H A Dmalloc-callbacks.c3 typedef void *(*allocator_t) (size_t); typedef
6 static allocator_t __attribute__((noinline))
12 static allocator_t __attribute__((noinline))
54 allocator_t alloc_fn = get_malloc (); in test_4()
62 allocator_t alloc_fn = get_alloca (); in test_5()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_container_move_support.h464 template<typename container_traits, typename allocator_t>
564 typedef arena<T, pocma> allocator_t; typedef
569 allocator_t allocator;
582 typedef typename arena_fixture_t::allocator_t allocator_t; typedef
587 allocator_t& source_allocator;
588 allocator_t& dst_allocator;
625 allocator_t source_allocator;
626 allocator_t dst_allocator;
643 …arness::int_to_type<__LINE__>, typename allocator_fixture_t::allocator_t, std::size_t> allocator_t; typedef
743 typedef std::allocator<FooWithAssign> allocator_t; in TestMoveAssignOperatorPOCMANonStateful() typedef
[all …]
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_container_move_support.h464 template<typename container_traits, typename allocator_t>
564 typedef arena<T, pocma> allocator_t; typedef
569 allocator_t allocator;
582 typedef typename arena_fixture_t::allocator_t allocator_t; typedef
587 allocator_t& source_allocator;
588 allocator_t& dst_allocator;
625 allocator_t source_allocator;
626 allocator_t dst_allocator;
643 …arness::int_to_type<__LINE__>, typename allocator_fixture_t::allocator_t, std::size_t> allocator_t; typedef
743 typedef std::allocator<FooWithAssign> allocator_t; in TestMoveAssignOperatorPOCMANonStateful() typedef
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_container_move_support.h464 template<typename container_traits, typename allocator_t>
564 typedef arena<T, pocma> allocator_t; typedef
569 allocator_t allocator;
582 typedef typename arena_fixture_t::allocator_t allocator_t; typedef
587 allocator_t& source_allocator;
588 allocator_t& dst_allocator;
625 allocator_t source_allocator;
626 allocator_t dst_allocator;
643 …arness::int_to_type<__LINE__>, typename allocator_fixture_t::allocator_t, std::size_t> allocator_t; typedef
743 typedef std::allocator<FooWithAssign> allocator_t; in TestMoveAssignOperatorPOCMANonStateful() typedef
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/fiber/
H A Dunbounded_channel.hpp52 > allocator_t; typedef
53 typedef std::allocator_traits< allocator_t > allocator_traits_t;
60 allocator_t alloc;
64 node( T const& t, allocator_t const& alloc_) noexcept : in node()
69 node( T && t, allocator_t const& alloc_) noexcept : in node()
82 allocator_t alloc( p->alloc); in intrusive_ptr_release()
90 using allocator_t = typename node::allocator_t; typedef in boost::fibers::unbounded_channel
98 allocator_t alloc_;
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/doc/index/src/examples/rtree/
H A Dmapped_file.cpp34 typedef bi::allocator<value_t, bi::managed_mapped_file::segment_manager> allocator_t; in main() typedef
35 typedef bgi::rtree<value_t, params_t, indexable_t, equal_to_t, allocator_t> rtree_t; in main()
39 allocator_t alloc(file.get_segment_manager()); in main()
52 allocator_t alloc(file.get_segment_manager()); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/doc/index/src/examples/rtree/
H A Dmapped_file.cpp34 typedef bi::allocator<value_t, bi::managed_mapped_file::segment_manager> allocator_t; in main() typedef
35 typedef bgi::rtree<value_t, params_t, indexable_t, equal_to_t, allocator_t> rtree_t; in main()
39 allocator_t alloc(file.get_segment_manager()); in main()
52 allocator_t alloc(file.get_segment_manager()); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/doc/index/src/examples/rtree/
H A Dmapped_file.cpp34 typedef bi::allocator<value_t, bi::managed_mapped_file::segment_manager> allocator_t; in main() typedef
35 typedef bgi::rtree<value_t, params_t, indexable_t, equal_to_t, allocator_t> rtree_t; in main()
39 allocator_t alloc(file.get_segment_manager()); in main()
52 allocator_t alloc(file.get_segment_manager()); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/doc/index/src/examples/rtree/
H A Dmapped_file.cpp34 typedef bi::allocator<value_t, bi::managed_mapped_file::segment_manager> allocator_t; in main() typedef
35 typedef bgi::rtree<value_t, params_t, indexable_t, equal_to_t, allocator_t> rtree_t; in main()
39 allocator_t alloc(file.get_segment_manager()); in main()
52 allocator_t alloc(file.get_segment_manager()); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/doc/index/src/examples/rtree/
H A Dmapped_file.cpp34 typedef bi::allocator<value_t, bi::managed_mapped_file::segment_manager> allocator_t; in main() typedef
35 typedef bgi::rtree<value_t, params_t, indexable_t, equal_to_t, allocator_t> rtree_t; in main()
39 allocator_t alloc(file.get_segment_manager()); in main()
52 allocator_t alloc(file.get_segment_manager()); in main()

12345678910>>...13