Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
MemTrackerAllocator
Method · 0.45
CheckMemLimit
Method · 0.45
TrackAllocation
Method · 0.45
Free
Method · 0.45
Run
Method · 0.45
DecodeBuffer
Method · 0.45
ProcessBlockStreaming
Method · 0.45
ProcessBlock
Method · 0.45
Codec
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected