Searched refs:set_counters (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/test/common/ |
| H A D | custom_allocators.h | 119 void set_counters( std::size_t it_allocated, std::size_t it_freed, in set_counters() function 131 void set_counters( const Allocator& alloc ) { in set_counters() function 132 set_counters(alloc.items_allocated, alloc.items_freed, alloc.items_constructed, in set_counters() 137 set_counters(0, 0, 0, 0, 0, 0); in clear_counters() 148 : base_type(other), max_items{other.max_items} { set_counters(other); } in LocalCountingAllocator() 152 : base_type(other), max_items{other.max_items} { set_counters(other); } in LocalCountingAllocator() 157 set_counters(other);
|