| 520 | void PrintStats() override { Allocator::PrintStats(); } |
| 521 | |
| 522 | int64_t bytes_allocated() const override { return stats_.bytes_allocated(); } |
| 523 | |
| 524 | int64_t max_memory() const override { return stats_.max_memory(); } |
| 525 |
nothing calls this directly
no test coverage detected