Returns the memory consumed in bytes.
| 300 | |
| 301 | /// Returns the memory consumed in bytes. |
| 302 | int64_t consumption() const { return consumption_->current_value(); } |
| 303 | |
| 304 | /// Note that if consumption_ is based on consumption_metric_, this will the max value |
| 305 | /// we've recorded in consumption(), not necessarily the highest value |