| 317 | } |
| 318 | |
| 319 | bool BufferPool::ClientHandle::IncreaseReservationToFit(int64_t bytes) { |
| 320 | return impl_->reservation()->IncreaseReservationToFit(bytes); |
| 321 | } |
| 322 | |
| 323 | Status BufferPool::ClientHandle::DecreaseReservationTo( |
| 324 | int64_t max_decrease, int64_t target_bytes) { |