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

Method parent

be/src/runtime/mem-tracker.h:309–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307 int64_t peak_consumption() const { return consumption_->value(); }
308
309 MemTracker* parent() const { return parent_; }
310
311 /// Signature for function that can be called to free some memory after limit is
312 /// reached. The function should try to free at least 'bytes_to_free' bytes of

Callers 15

buildLayoutGraphFunction · 0.45
dfsFunction · 0.45
addSubgraphConstraintsFunction · 0.45
buildLayerGraphFunction · 0.45
findPathFunction · 0.45
dagre-d3.min.jsFile · 0.45
writeNodesFunction · 0.45
_fnAddOptionsHtmlFunction · 0.45
_tFunction · 0.45
_fnAddOptionsHtmlFunction · 0.45
_tFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected