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

Method GetSystemBytesAllocated

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

Source from the content-addressed store, hash-verified

289}
290
291int64_t BufferPool::GetSystemBytesAllocated() const {
292 return allocator_->GetSystemBytesAllocated();
293}
294
295int64_t BufferPool::GetCleanPageBytesLimit() const {
296 return allocator_->GetCleanPageBytesLimit();

Callers 4

TestBufferAllocationMethod · 0.45
TestEvictionPolicyMethod · 0.45
TEST_FFunction · 0.45
GetValueMethod · 0.45

Calls

no outgoing calls

Tested by 3

TestBufferAllocationMethod · 0.36
TestEvictionPolicyMethod · 0.36
TEST_FFunction · 0.36