| 525 | void PrintStats() override { Allocator::PrintStats(); } |
| 526 | |
| 527 | int64_t bytes_allocated() const override { return stats_.bytes_allocated(); } |
| 528 | |
| 529 | int64_t max_memory() const override { return stats_.max_memory(); } |
| 530 |
nothing calls this directly
no test coverage detected