Home
last modified time | relevance | path

Searched refs:do_allocate (Results 1 – 25 of 806) sorted by relevance

12345678910>>...33

/dports/devel/thrust/thrust-1.9.5/testing/
H A Dmr_disjoint_pool.cu114 alloc_id a1 = pool->do_allocate(12, THRUST_MR_DEFAULT_ALIGNMENT); in TestDisjointPool()
118 alloc_id a2 = pool->do_allocate(16, THRUST_MR_DEFAULT_ALIGNMENT); in TestDisjointPool()
204 alloc_id a1 = pool.do_allocate(2048, 32); in TestDisjointPoolCachingOversized()
208 alloc_id a2 = pool.do_allocate(64, 32); in TestDisjointPoolCachingOversized()
215 alloc_id a3 = pool.do_allocate(32, 32); in TestDisjointPoolCachingOversized()
218 alloc_id a4 = pool.do_allocate(1024, 32); in TestDisjointPoolCachingOversized()
226 alloc_id a5 = pool.do_allocate(32, 64); in TestDisjointPoolCachingOversized()
233 alloc_id a6 = pool.do_allocate(32, 64); in TestDisjointPoolCachingOversized()
237 alloc_id a7 = pool.do_allocate(2048, 1024); in TestDisjointPoolCachingOversized()
245 alloc_id a8 = pool.do_allocate(24, 1024); in TestDisjointPoolCachingOversized()
[all …]
H A Dmr_pool.cu126 void * raw = upstream.do_allocate(n, alignment); in do_allocate()
180 tracked_pointer<void> a1 = pool->do_allocate(12, THRUST_MR_DEFAULT_ALIGNMENT); in TestPool()
270 tracked_pointer<void> a1 = pool.do_allocate(2048, 32); in TestPoolCachingOversized()
274 tracked_pointer<void> a2 = pool.do_allocate(64, 32); in TestPoolCachingOversized()
281 tracked_pointer<void> a3 = pool.do_allocate(32, 32); in TestPoolCachingOversized()
284 tracked_pointer<void> a4 = pool.do_allocate(1024, 32); in TestPoolCachingOversized()
292 tracked_pointer<void> a5 = pool.do_allocate(32, 64); in TestPoolCachingOversized()
299 tracked_pointer<void> a6 = pool.do_allocate(32, 64); in TestPoolCachingOversized()
303 tracked_pointer<void> a7 = pool.do_allocate(2048, 1024); in TestPoolCachingOversized()
311 tracked_pointer<void> a8 = pool.do_allocate(24, 1024); in TestPoolCachingOversized()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/container/test/
H A Dpool_resource_test.hpp41 using PoolResource::do_allocate;
241 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
245 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
249 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
307 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
313 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
319 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
337 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
344 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
424 dmbr.do_allocate(s, 1); in test_release()
[all …]
H A Dmonotonic_buffer_resource_test.cpp226 using monotonic_buffer_resource::do_allocate;
250 void *addr = dmbr.do_allocate(1u, 1u); in test_upstream_resource()
268 dmbr.do_allocate(1, 1); in test_do_allocate()
284 dmbr.do_allocate(4, 4); in test_do_allocate()
297 dmbr.do_allocate(4, 4); in test_do_allocate()
308 dmbr.do_allocate(remaining_storage, 2); in test_do_allocate()
320 dmbr.do_allocate(1u, 1u); in test_do_allocate()
335 dmbr.do_allocate(next_alloc, 1u); in test_do_allocate()
354 dmbr.do_allocate(dmbr.remaining_storage(1u), 1u); in test_do_allocate()
377 bufs[i] = (char*)dmbr.do_allocate(sizes[i], 1); in test_do_deallocate()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/container/test/
H A Dpool_resource_test.hpp41 using PoolResource::do_allocate;
241 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
245 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
249 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
307 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
313 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
319 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
337 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
344 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
424 dmbr.do_allocate(s, 1); in test_release()
[all …]
H A Dmonotonic_buffer_resource_test.cpp226 using monotonic_buffer_resource::do_allocate;
250 void *addr = dmbr.do_allocate(1u, 1u); in test_upstream_resource()
268 dmbr.do_allocate(1, 1); in test_do_allocate()
284 dmbr.do_allocate(4, 4); in test_do_allocate()
297 dmbr.do_allocate(4, 4); in test_do_allocate()
308 dmbr.do_allocate(remaining_storage, 2); in test_do_allocate()
320 dmbr.do_allocate(1u, 1u); in test_do_allocate()
335 dmbr.do_allocate(next_alloc, 1u); in test_do_allocate()
354 dmbr.do_allocate(dmbr.remaining_storage(1u), 1u); in test_do_allocate()
377 bufs[i] = (char*)dmbr.do_allocate(sizes[i], 1); in test_do_deallocate()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/container/test/
H A Dpool_resource_test.hpp41 using PoolResource::do_allocate;
241 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
245 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
249 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
307 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
313 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
319 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
337 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
344 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
424 dmbr.do_allocate(s, 1); in test_release()
[all …]
H A Dmonotonic_buffer_resource_test.cpp226 using monotonic_buffer_resource::do_allocate;
250 void *addr = dmbr.do_allocate(1u, 1u); in test_upstream_resource()
268 dmbr.do_allocate(1, 1); in test_do_allocate()
284 dmbr.do_allocate(4, 4); in test_do_allocate()
297 dmbr.do_allocate(4, 4); in test_do_allocate()
308 dmbr.do_allocate(remaining_storage, 2); in test_do_allocate()
320 dmbr.do_allocate(1u, 1u); in test_do_allocate()
335 dmbr.do_allocate(next_alloc, 1u); in test_do_allocate()
354 dmbr.do_allocate(dmbr.remaining_storage(1u), 1u); in test_do_allocate()
377 bufs[i] = (char*)dmbr.do_allocate(sizes[i], 1); in test_do_deallocate()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/container/test/
H A Dpool_resource_test.hpp41 using PoolResource::do_allocate;
241 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
245 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
249 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
307 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
313 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
319 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
337 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
344 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
424 dmbr.do_allocate(s, 1); in test_release()
[all …]
H A Dmonotonic_buffer_resource_test.cpp226 using monotonic_buffer_resource::do_allocate;
250 void *addr = dmbr.do_allocate(1u, 1u); in test_upstream_resource()
268 dmbr.do_allocate(1, 1); in test_do_allocate()
284 dmbr.do_allocate(4, 4); in test_do_allocate()
297 dmbr.do_allocate(4, 4); in test_do_allocate()
308 dmbr.do_allocate(remaining_storage, 2); in test_do_allocate()
320 dmbr.do_allocate(1u, 1u); in test_do_allocate()
335 dmbr.do_allocate(next_alloc, 1u); in test_do_allocate()
354 dmbr.do_allocate(dmbr.remaining_storage(1u), 1u); in test_do_allocate()
377 bufs[i] = (char*)dmbr.do_allocate(sizes[i], 1); in test_do_deallocate()
[all …]
/dports/devel/thrust/thrust-1.9.5/thrust/mr/
H A Dmemory_resource.h71 return do_allocate(bytes, alignment); in ~memory_resource()
106 virtual pointer do_allocate(std::size_t bytes, std::size_t alignment) = 0;
147 return do_allocate(bytes, alignment); in ~memory_resource()
161 virtual pointer do_allocate(std::size_t bytes, std::size_t alignment) = 0;
H A Dfancy_pointer_resource.h42 …virtual Pointer do_allocate(std::size_t bytes, std::size_t alignment = THRUST_MR_DEFAULT_ALIGNMENT…
44 return static_cast<Pointer>(m_upstream->do_allocate(bytes, alignment));
H A Dsync_pool.h92 …THRUST_NODISCARD virtual void_ptr do_allocate(std::size_t bytes, std::size_t alignment = THRUST_MR…
95 return upstream_pool.do_allocate(bytes, alignment);
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/container/pmr/
H A Dmemory_resource.hpp44 { return this->do_allocate(bytes, alignment); } in allocate()
76 virtual void* do_allocate(std::size_t bytes, std::size_t alignment) = 0;
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/container/pmr/
H A Dmemory_resource.hpp43 { return this->do_allocate(bytes, alignment); } in allocate()
75 virtual void* do_allocate(std::size_t bytes, std::size_t alignment) = 0;
/dports/devel/boost-libs/boost_1_72_0/boost/container/pmr/
H A Dmemory_resource.hpp44 { return this->do_allocate(bytes, alignment); } in allocate()
76 virtual void* do_allocate(std::size_t bytes, std::size_t alignment) = 0;
/dports/devel/boost-python-libs/boost_1_72_0/boost/container/pmr/
H A Dmemory_resource.hpp44 { return this->do_allocate(bytes, alignment); } in allocate()
76 virtual void* do_allocate(std::size_t bytes, std::size_t alignment) = 0;
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/container/pmr/
H A Dmemory_resource.hpp43 { return this->do_allocate(bytes, alignment); }
75 virtual void* do_allocate(std::size_t bytes, std::size_t alignment) = 0;
/dports/devel/boost-docs/boost_1_72_0/boost/container/pmr/
H A Dmemory_resource.hpp44 { return this->do_allocate(bytes, alignment); } in allocate()
76 virtual void* do_allocate(std::size_t bytes, std::size_t alignment) = 0;
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/container/pmr/
H A Dmemory_resource.hpp43 { return this->do_allocate(bytes, alignment); } in allocate()
75 virtual void* do_allocate(std::size_t bytes, std::size_t alignment) = 0;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/container/pmr/
H A Dmemory_resource.hpp43 { return this->do_allocate(bytes, alignment); } in allocate()
75 virtual void* do_allocate(std::size_t bytes, std::size_t alignment) = 0;
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/utils/
H A Dsc_mempool.cpp205 void* do_allocate(std::size_t);
250 sc_mempool_int::do_allocate(std::size_t sz) in do_allocate() function in sc_core::sc_mempool_int
293 return the_mempool->do_allocate(sz); in allocate()
/dports/devel/boost-docs/boost_1_72_0/libs/container/src/
H A Dglobal_resource.cpp33 virtual void* do_allocate(std::size_t bytes, std::size_t alignment) in do_allocate() function in boost::container::pmr::new_delete_resource_imp
51 virtual void* do_allocate(std::size_t bytes, std::size_t alignment) in do_allocate() function
/dports/devel/boost-python-libs/boost_1_72_0/libs/container/src/
H A Dglobal_resource.cpp33 virtual void* do_allocate(std::size_t bytes, std::size_t alignment) in do_allocate() function in boost::container::pmr::new_delete_resource_imp
51 virtual void* do_allocate(std::size_t bytes, std::size_t alignment) in do_allocate() function
/dports/devel/boost-libs/boost_1_72_0/libs/container/src/
H A Dglobal_resource.cpp33 virtual void* do_allocate(std::size_t bytes, std::size_t alignment) in do_allocate() function in boost::container::pmr::new_delete_resource_imp
51 virtual void* do_allocate(std::size_t bytes, std::size_t alignment) in do_allocate() function

12345678910>>...33