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

Method total_allocated_bytes

be/src/exec/scratch-tuple-batch.h:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 uint8_t* TupleEnd() const { return tuple_mem + num_tuples * tuple_byte_size; }
228 bool AtEnd() const { return tuple_idx == num_tuples; }
229 int64_t total_allocated_bytes() const {
230 return tuple_mem_pool.total_allocated_bytes() + aux_mem_pool.total_allocated_bytes();
231 }
232};
233}
234

Callers 13

ProcessChildBatchMethod · 0.45
GetNextOutputBatchMethod · 0.45
GetNextMethod · 0.45
CloseMethod · 0.45
ClearExprResultsPoolMethod · 0.45
CloseMethod · 0.45
CloseMethod · 0.45
FilterScratchBatchMethod · 0.45
TEST_FFunction · 0.45
CloseMethod · 0.45
CloseMethod · 0.45
CloseMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36