| 313 | } |
| 314 | |
| 315 | bool BufferPool::ClientHandle::IncreaseReservation(int64_t bytes) { |
| 316 | return impl_->reservation()->IncreaseReservation(bytes); |
| 317 | } |
| 318 | |
| 319 | bool BufferPool::ClientHandle::IncreaseReservationToFit(int64_t bytes) { |
| 320 | return impl_->reservation()->IncreaseReservationToFit(bytes); |