Home
last modified time | relevance | path

Searched refs:ArenaAllocator (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/common/
H A Dcustom_allocators.h44 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 Dcontainer_move_support.h359 using allocator_type = ArenaAllocator<T, POCMA>;