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

Method GetSystemBytesLimit

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

Source from the content-addressed store, hash-verified

285}
286
287int64_t BufferPool::GetSystemBytesLimit() const {
288 return allocator_->system_bytes_limit();
289}
290
291int64_t BufferPool::GetSystemBytesAllocated() const {
292 return allocator_->GetSystemBytesAllocated();

Callers 1

GetValueMethod · 0.80

Calls 1

system_bytes_limitMethod · 0.80

Tested by

no test coverage detected