Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcustom_allocators.h120 std::size_t it_constructed, std::size_t it_destroyed, in set_counters() argument
124 items_constructed = it_constructed; in set_counters()
206 AllocatorCounters( std::size_t it_allocated, std::size_t it_freed, std::size_t it_constructed, in AllocatorCounters()
209 items_constructed(it_constructed), items_destroyed(it_destroyed), in AllocatorCounters()