Searched refs:get_pool (Results 1 – 6 of 6) sorted by relevance
135 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 …]
24 TaskThreadPoolBase& get_pool() { in get_pool() function68 return get_pool().size(); in get_num_interop_threads()77 get_pool().run(std::move(fn)); in launch_no_thread_state()
234 BlockPool& get_pool(size_t size) { in get_pool() function in c10::xpu::XPUCachingAllocator::DeviceCachingAllocator411 auto& pool = get_pool(size); in malloc()
384 BufferPool& get_pool(size_t requested_size, size_t aligned_size, uint32_t usage);
61 BufferPool& MPSHeapAllocatorImpl::get_pool(size_t requested_size, size_t aligned_size, uint32_t usa…235 auto& pool = get_pool(size, alloc_size, usage);
1189 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