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

Method bytes

be/src/runtime/bufferpool/buffer-pool-internal.h:192–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 bool empty() const { return list_.empty(); }
191 int size() const { return list_.size(); }
192 int64_t bytes() const { return bytes_; }
193
194 void DCheckConsistency() {
195 DCHECK_GE(bytes_, 0);

Callers 4

CleanPagesMethod · 0.80
WriteDirtyPagesAsyncMethod · 0.80
DebugStringLockedMethod · 0.80
DCheckConsistencyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected