| 527 | int64_t bytes_allocated() const override { return stats_.bytes_allocated(); } |
| 528 | |
| 529 | int64_t max_memory() const override { return stats_.max_memory(); } |
| 530 | |
| 531 | int64_t total_bytes_allocated() const override { |
| 532 | return stats_.total_bytes_allocated(); |
nothing calls this directly
no test coverage detected