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

Method mem_tracker

be/src/udf/udf.cc:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 MemTracker* mem_tracker() { return &mem_tracker_; }
72 int64_t net_allocations() const { return net_allocations_; }
73
74 private:

Callers 9

MemTrackerAllocatorMethod · 0.45
CheckMemLimitMethod · 0.45
TrackAllocationMethod · 0.45
FreeMethod · 0.45
RunMethod · 0.45
DecodeBufferMethod · 0.45
ProcessBlockStreamingMethod · 0.45
ProcessBlockMethod · 0.45
CodecMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected