MCPcopy Create free account
hub / github.com/apache/impala / IncreaseReservationToFit

Method IncreaseReservationToFit

be/src/runtime/bufferpool/buffer-pool.cc:319–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

InitMethod · 0.45
TryInitMethod · 0.45
TryAddPageMethod · 0.45
PrepareForWriteMethod · 0.45
PrepareForReadWriteMethod · 0.45
AdvanceWritePageMethod · 0.45
PrepareForReadMethod · 0.45
PinStreamMethod · 0.45
NewClientMethod · 0.45
TEST_FFunction · 0.45
TestBufferAllocationMethod · 0.45

Calls 1

reservationMethod · 0.45

Tested by 5

TEST_FFunction · 0.36
TestBufferAllocationMethod · 0.36
TEST_FFunction · 0.36