| 269 | void PrintStats() override { wrapped_->PrintStats(); } |
| 270 | |
| 271 | int64_t bytes_allocated() const override { return wrapped_->bytes_allocated(); } |
| 272 | |
| 273 | int64_t max_memory() const override { return wrapped_->max_memory(); } |
| 274 |
nothing calls this directly
no test coverage detected