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

Method total_reserved_bytes

be/src/runtime/mem-pool.h:193–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191
192 int64_t total_allocated_bytes() const { return total_allocated_bytes_; }
193 int64_t total_reserved_bytes() const { return total_reserved_bytes_; }
194 MemTracker* mem_tracker() { return mem_tracker_; }
195
196 /// Return sum of chunk_sizes_.

Callers 6

OpenMethod · 0.80
EnqueueBatchMethod · 0.80
SpillPartitionMethod · 0.80
AtCapacityMethod · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected