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

Method GetUnusedReservation

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

Source from the content-addressed store, hash-verified

334}
335
336int64_t BufferPool::ClientHandle::GetUnusedReservation() const {
337 return impl_->reservation()->GetUnusedReservation();
338}
339
340bool BufferPool::ClientHandle::TransferReservationFrom(
341 ReservationTracker* src, int64_t bytes) {

Calls 1

reservationMethod · 0.45

Tested by 5

TEST_FFunction · 0.36
TEST_FFunction · 0.36
AllocateBuffersMethod · 0.36
CreatePagesMethod · 0.36
TEST_FFunction · 0.36