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

Method process_mem_tracker

be/src/runtime/exec-env.h:146–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 MetricGroup* metrics() { return metrics_.get(); }
145 MetricGroup* rpc_metrics() { return rpc_metrics_; }
146 MemTracker* process_mem_tracker() { return mem_tracker_.get(); }
147 ThreadResourceMgr* thread_mgr() { return thread_mgr_.get(); }
148 HdfsOpThreadPool* hdfs_op_thread_pool() { return hdfs_op_thread_pool_.get(); }
149 TmpFileMgr* tmp_file_mgr() { return tmp_file_mgr_.get(); }

Callers 12

MemoryMaintenanceThreadFunction · 0.45
StartKrpcBackendMethod · 0.45
InitMethod · 0.45
InitCustomMethod · 0.45
InitMethod · 0.45
TESTFunction · 0.45
MemLimitExceededMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
StartMethod · 0.45

Calls 1

getMethod · 0.65

Tested by 4

StartKrpcBackendMethod · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36