| 797 | int64_t bytes_allocated() const { return stats_.bytes_allocated(); } |
| 798 | |
| 799 | int64_t max_memory() const { return stats_.max_memory(); } |
| 800 | |
| 801 | int64_t total_bytes_allocated() const { return stats_.total_bytes_allocated(); } |
| 802 |
nothing calls this directly
no test coverage detected