| 321 | } |
| 322 | |
| 323 | Status BufferPool::ClientHandle::DecreaseReservationTo( |
| 324 | int64_t max_decrease, int64_t target_bytes) { |
| 325 | return impl_->DecreaseReservationTo(max_decrease, target_bytes); |
| 326 | } |
| 327 | |
| 328 | int64_t BufferPool::ClientHandle::GetReservation() const { |
| 329 | return impl_->reservation()->GetReservation(); |