| 191 | |
| 192 | int64_t total_allocated_bytes() const { return total_allocated_bytes_; } |
| 193 | int64_t total_reserved_bytes() const { return total_reserved_bytes_; } |
| 194 | MemTracker* mem_tracker() { return mem_tracker_; } |
| 195 | |
| 196 | /// Return sum of chunk_sizes_. |
no outgoing calls
no test coverage detected