| 309 | } |
| 310 | |
| 311 | int64_t BufferPool::GetFreeBufferBytes() const { |
| 312 | return allocator_->GetFreeBufferBytes(); |
| 313 | } |
| 314 | |
| 315 | bool BufferPool::ClientHandle::IncreaseReservation(int64_t bytes) { |
| 316 | return impl_->reservation()->IncreaseReservation(bytes); |
no outgoing calls