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