| 307 | int64_t peak_consumption() const { return consumption_->value(); } |
| 308 | |
| 309 | MemTracker* parent() const { return parent_; } |
| 310 | |
| 311 | /// Signature for function that can be called to free some memory after limit is |
| 312 | /// reached. The function should try to free at least 'bytes_to_free' bytes of |
no outgoing calls
no test coverage detected