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

Method GetNumCleanPages

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

Source from the content-addressed store, hash-verified

297}
298
299int64_t BufferPool::GetNumCleanPages() const {
300 return allocator_->GetNumCleanPages();
301}
302
303int64_t BufferPool::GetCleanPageBytes() const {
304 return allocator_->GetCleanPageBytes();

Callers 3

TEST_FFunction · 0.45
TestCleanPageLimitMethod · 0.45
GetValueMethod · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TestCleanPageLimitMethod · 0.36