Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcustom_allocators.h119 void set_counters( std::size_t it_allocated, std::size_t it_freed, in set_counters() argument
122 items_allocated = it_allocated; // TODO: may be store in set_counters()
206 AllocatorCounters( std::size_t it_allocated, std::size_t it_freed, std::size_t it_constructed, in AllocatorCounters()
208 : items_allocated(it_allocated), items_freed(it_freed), in AllocatorCounters()