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

Method mem_tracker

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

Source from the content-addressed store, hash-verified

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_.
197 int64_t GetTotalChunkSizes() const;

Callers 7

InitMethod · 0.45
GetFreeMemoryMethod · 0.45
GrowBufferMethod · 0.45
AllocateStringsMethod · 0.45
MemTrackerAllocatorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected