Searched refs:it_allocated (Results 1 – 1 of 1) sorted by relevance
119 void set_counters( std::size_t it_allocated, std::size_t it_freed, in set_counters() argument122 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()