| /oneTBB/src/tbb/ |
| H A D | small_object_pool.cpp | 33 void* __TBB_EXPORTED_FUNC allocate(d1::small_object_pool*& allocator, std::size_t number_of_bytes, … in allocate() 39 void* __TBB_EXPORTED_FUNC allocate(d1::small_object_pool*& allocator, std::size_t number_of_bytes) { in allocate() 46 void* small_object_pool_impl::allocate_impl(d1::small_object_pool*& allocator, std::size_t number_o… in allocate_impl() 73 void __TBB_EXPORTED_FUNC deallocate(d1::small_object_pool& allocator, void* ptr, std::size_t number… in deallocate() 79 void __TBB_EXPORTED_FUNC deallocate(d1::small_object_pool& allocator, void* ptr, std::size_t number… in deallocate()
|
| H A D | mailbox.h | 50 d1::small_object_allocator allocator; member
|
| /oneTBB/test/conformance/ |
| H A D | conformance_allocators.cpp | 36 Allocator allocator; variable
|
| H A D | conformance_concurrent_set.cpp | 96 std::allocator<int> allocator; in test_deduction_guides() local
|
| H A D | conformance_concurrent_map.cpp | 116 std::allocator<std::pair<const int, int>> allocator; in test_deduction_guides() local
|
| H A D | conformance_concurrent_queue.cpp | 1208 class allocator: public oneapi::tbb::cache_aligned_allocator<T> { class 1213 allocator() : m_unique_id( 0 ) {} in allocator() function in allocator 1214 allocator(size_t unique_id) { m_unique_id = unique_id; } in allocator() function in allocator 1222 allocator(const allocator<U>& a) noexcept { in allocator() function in allocator
|
| H A D | conformance_concurrent_hash_map.cpp | 1063 map_type::allocator_type allocator; in TestHashCompareConstructors() local 1099 Allocator allocator; in TestDeductionGuides() local
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _concurrent_queue_base.h | 145 … void push( ticket_type k, queue_rep_type& base, queue_allocator_type& allocator, Args&&... args ) in push() 169 void abort_push( ticket_type k, queue_rep_type& base, queue_allocator_type& allocator ) { in abort_push() 176 bool pop( void* dst, ticket_type k, queue_rep_type& base, queue_allocator_type& allocator ) { in pop() 200 micro_queue& assign( const micro_queue& src, queue_allocator_type& allocator, in assign() 248 …padded_page* make_copy( queue_allocator_type& allocator, const padded_page* src_page, size_type be… in make_copy() 308 void clear_and_invalidate(queue_allocator_type& allocator) { in clear_and_invalidate() 398 Allocator& allocator; variable
|
| H A D | _flow_graph_impl.h | 162 …ority_task_selector(graph_task_priority_queue_t& priority_queue, small_object_allocator& allocator) in priority_task_selector() 365 auto allocator = my_allocator; in destruct_and_deallocate() local
|
| /oneTBB/test/common/ |
| H A D | custom_allocators.h | 444 : my_allocator(allocator), my_value(0) {} in my_allocator() argument 447 : my_allocator(allocator), my_value(v) {} in my_allocator() argument 461 AllocatorAwareData( const AllocatorAwareData& rhs, const allocator_type& allocator ) in AllocatorAwareData() 464 AllocatorAwareData( AllocatorAwareData&& rhs, const allocator_type& allocator ) in AllocatorAwareData()
|
| H A D | concurrent_unordered_common.h | 216 typename Table::allocator_type allocator; in TypeTester() local
|
| H A D | container_move_support.h | 364 allocator_type allocator; member
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_priority_queue.cpp | 195 allocator_type allocator; in test_scoped_allocator() local
|
| H A D | test_concurrent_vector.cpp | 209 allocator_type allocator; in test_scoped_allocator() local 346 std::allocator<Type> allocator; in TypeTester() local
|
| H A D | test_concurrent_hash_map.cpp | 309 LocalCountingAllocator<std::allocator<Value>> allocator; in TypeTester() local 398 allocator_type allocator; in TestScopedAllocator() local
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | parallel_reduce.h | 190 auto allocator = my_allocator; in finalize() local 333 auto allocator = my_allocator; in finalize() local
|
| H A D | parallel_for.h | 153 auto allocator = my_allocator; in finalize() local
|
| H A D | task_group.h | 444 auto allocator = m_allocator; in finalize() local
|