| 369 | } |
| 370 | |
| 371 | void BufferPool::ClientHandle::RestoreAllReservation(SubReservation* src) { |
| 372 | RestoreReservation(src, src->GetReservation()); |
| 373 | } |
| 374 | |
| 375 | void BufferPool::ClientHandle::SetDebugDenyIncreaseReservation(double probability) { |
| 376 | impl_->reservation()->SetDebugDenyIncreaseReservation(probability); |
no test coverage detected