Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcustom_allocators.h194 struct AllocatorCounters { struct
204 AllocatorCounters() = default; argument
206 AllocatorCounters( std::size_t it_allocated, std::size_t it_freed, std::size_t it_constructed, in AllocatorCounters() function
212 AllocatorCounters( const AllocatorCounters& other ) in AllocatorCounters() argument
220 AllocatorCounters& operator=( const AllocatorCounters& other ) {
230 friend bool operator==( const AllocatorCounters& lhs, const AllocatorCounters& rhs ) {
248 using counters_type = AllocatorCounters;
300 static AllocatorCounters counters() { in counters()
338 using counters_type = AllocatorCounters;
386 using counters_type = AllocatorCounters;