| 802 | int64_t bytes_allocated() const { return stats_.bytes_allocated(); } |
| 803 | |
| 804 | int64_t max_memory() const { return stats_.max_memory(); } |
| 805 | |
| 806 | int64_t total_bytes_allocated() const { return stats_.total_bytes_allocated(); } |
| 807 |
nothing calls this directly
no test coverage detected