Home | History | Annotate | Download | only in heap

Lines Matching defs:bytes_

498   NumberAndSizeInfo() : number_(0), bytes_(0) {}
503 int bytes() const { return bytes_; }
504 void increment_bytes(int size) { bytes_ += size; }
508 bytes_ = 0;
513 int bytes_;