Home | History | Annotate | Download | only in src

Lines Matching refs:total_

153   const Stats& total() const { return total_; }
456 Bucket total_;
475 const Stats& total() const { return total_; }
491 return (total_.allocs == 0) && (total_.alloc_size == 0);
498 Bucket total_;
505 memset(&total_, 0, sizeof(total_));
512 total_.allocs++;
513 total_.alloc_size += v.bytes;