MCPcopy 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
534void MemTracker::AddGcFunction(GcFunction f) {
535 gc_functions_.emplace_back(move(f));
536}
537
538bool MemTracker::LimitExceededSlow(MemLimit mode) {
539 if (mode == MemLimit::HARD && bytes_over_limit_metric_ != nullptr) {

Callers 2

InitMemTrackerMethod · 0.80
TESTFunction · 0.80

Calls 1

moveFunction · 0.85

Tested by 1

TESTFunction · 0.64