Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/pool/include/boost/pool/
Dsingleton_pool.hpp135 pool_type & p = get_pool(); in BOOST_PREVENT_MACRO_SUBSTITUTION()
141 pool_type & p = get_pool(); in ordered_malloc()
147 pool_type & p = get_pool(); in ordered_malloc()
154 pool_type & p = get_pool(); in is_from()
160 pool_type & p = get_pool(); in BOOST_PREVENT_MACRO_SUBSTITUTION()
166 pool_type & p = get_pool(); in ordered_free()
172 pool_type & p = get_pool(); in BOOST_PREVENT_MACRO_SUBSTITUTION()
178 pool_type & p = get_pool(); in ordered_free()
184 pool_type & p = get_pool(); in release_memory()
190 pool_type & p = get_pool(); in purge_memory()
[all …]
/external/pytorch/aten/src/ATen/
DParallelThreadPoolNative.cpp24 TaskThreadPoolBase& get_pool() { in get_pool() function
68 return get_pool().size(); in get_num_interop_threads()
77 get_pool().run(std::move(fn)); in launch_no_thread_state()
/external/pytorch/c10/xpu/
DXPUCachingAllocator.cpp234 BlockPool& get_pool(size_t size) { in get_pool() function in c10::xpu::XPUCachingAllocator::DeviceCachingAllocator
411 auto& pool = get_pool(size); in malloc()
/external/pytorch/aten/src/ATen/mps/
DMPSAllocator.h384 BufferPool& get_pool(size_t requested_size, size_t aligned_size, uint32_t usage);
DMPSAllocator.mm61 BufferPool& MPSHeapAllocatorImpl::get_pool(size_t requested_size, size_t aligned_size, uint32_t usa…
235 auto& pool = get_pool(size, alloc_size, usage);
/external/pytorch/c10/cuda/
DCUDACachingAllocator.cpp1189 auto& pool = get_pool(size, stream); in malloc()
2425 BlockPool& get_pool(size_t size, cudaStream_t stream) { in get_pool() function in c10::cuda::CUDACachingAllocator::Native::DeviceCachingAllocator