Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ GetNumFreeBuffers
Method
GetNumFreeBuffers
be/src/runtime/bufferpool/buffer-pool.cc:307–309 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
305
}
306
307
int64_t BufferPool::GetNumFreeBuffers() const {
308
return allocator_->GetNumFreeBuffers();
309
}
310
311
int64_t BufferPool::GetFreeBufferBytes() const {
312
return allocator_->GetFreeBufferBytes();
Callers
3
TEST_F
Function · 0.45
TestBufferAllocation
Method · 0.45
GetValue
Method · 0.45
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.36
TestBufferAllocation
Method · 0.36