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

Method bytes_allocated

be/src/codegen/mcjit-mem-mgr.h:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 int64_t bytes_allocated() const { return bytes_allocated_; }
61 int64_t bytes_tracked() const { return bytes_tracked_; }
62 void set_bytes_tracked(int64_t bytes_tracked) {
63 DCHECK_LE(bytes_tracked, bytes_allocated_);

Callers 1

FinalizeModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected