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

Method IncreaseReservation

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

Source from the content-addressed store, hash-verified

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

Callers 15

CreateHashTableMethod · 0.45
InitMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TestCleanPageLimitMethod · 0.45
CreatePageLoopMethod · 0.45
TestMemoryReclamationMethod · 0.45
TestEvictionPolicyMethod · 0.45

Calls 1

reservationMethod · 0.45

Tested by 13

CreateHashTableMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TestCleanPageLimitMethod · 0.36
CreatePageLoopMethod · 0.36
TestMemoryReclamationMethod · 0.36
TestEvictionPolicyMethod · 0.36
TestQueryTeardownMethod · 0.36
TestWriteErrorMethod · 0.36