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

Method GetFreeBufferBytes

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

Source from the content-addressed store, hash-verified

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

Callers 3

TEST_FFunction · 0.45
TestBufferAllocationMethod · 0.45
GetValueMethod · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TestBufferAllocationMethod · 0.36