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

Method GcFunc

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

Source from the content-addressed store, hash-verified

306 GcFunctionHelper(MemTracker* tracker) : tracker_(tracker) { }
307
308 void GcFunc() { tracker_->Release(NUM_RELEASE_BYTES); }
309
310 private:
311 MemTracker* tracker_;

Callers

nothing calls this directly

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected