| 271 | int64_t bytes_allocated() const override { return wrapped_->bytes_allocated(); } |
| 272 | |
| 273 | int64_t max_memory() const override { return wrapped_->max_memory(); } |
| 274 | |
| 275 | int64_t total_bytes_allocated() const override { |
| 276 | return wrapped_->total_bytes_allocated(); |
nothing calls this directly
no test coverage detected