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

Method EnableReservationReporting

be/src/runtime/mem-tracker.cc:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void MemTracker::EnableReservationReporting(const ReservationTrackerCounters& counters) {
150 delete reservation_counters_.Swap(new ReservationTrackerCounters(counters));
151}
152
153int64_t MemTracker::GetLowestLimit(MemLimit mode) const {
154 if (limit_trackers_.empty()) return -1;

Callers 1

InitCountersMethod · 0.80

Calls 1

SwapMethod · 0.45

Tested by

no test coverage detected