| 951 | } |
| 952 | |
| 953 | void clear_buffer() { |
| 954 | if (buf_) Deallocate(allocator_, buf_, reserved_); |
| 955 | buf_ = nullptr; |
| 956 | } |
| 957 | |
| 958 | // Relinquish the pointer to the caller. |
| 959 | uint8_t *release_raw(size_t &allocated_bytes, size_t &offset) { |
no test coverage detected