Home
last modified time | relevance | path

Searched defs:stateful_allocator (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp1754 struct stateful_allocator { struct
1756 stateful_allocator() = default; argument
1759 constexpr stateful_allocator(const stateful_allocator<U>& src) noexcept : state(src.state) {} in stateful_allocator() function
1771 bool operator==(const stateful_allocator<T>& lhs, const stateful_allocator<U>& rhs) { return lhs.st… in operator ==() argument