Searched refs:ArenaAllocator (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/common/ |
| H A D | custom_allocators.h | 44 struct ArenaAllocator { struct 54 using other = ArenaAllocator<U, POCMA, CounterType>; argument 57 ArenaAllocator() = default; 58 ArenaAllocator( arena_data_type& data ) noexcept : my_data(&data) {} in ArenaAllocator() argument 61 ArenaAllocator( const ArenaAllocator<U, POCMA2, CounterType>& other ) noexcept in ArenaAllocator() function 64 friend void swap( ArenaAllocator& lhs, ArenaAllocator& rhs ) { in swap() argument 94 bool operator==( const ArenaAllocator<T, POCMA, C>& lhs, const ArenaAllocator<U, POCMA, C>& rhs ) { 99 bool operator!=( const ArenaAllocator<T, POCMA, C>& lhs, const ArenaAllocator<U, POCMA, C>& rhs ) {
|
| H A D | container_move_support.h | 359 using allocator_type = ArenaAllocator<T, POCMA>;
|