Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ AddGcFunction
Method
AddGcFunction
be/src/runtime/mem-tracker.cc:534–536 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
532
}
533
534
void MemTracker::AddGcFunction(GcFunction f) {
535
gc_functions_.emplace_back(move(f));
536
}
537
538
bool MemTracker::LimitExceededSlow(MemLimit mode) {
539
if (mode == MemLimit::HARD && bytes_over_limit_metric_ != nullptr) {
Callers
2
InitMemTracker
Method · 0.80
TEST
Function · 0.80
Calls
1
move
Function · 0.85
Tested by
1
TEST
Function · 0.64