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

Method soft_limit

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

Source from the content-addressed store, hash-verified

280 int64_t limit() const { return limit_; }
281 bool has_limit() const { return limit_ >= 0; }
282 int64_t soft_limit() const { return soft_limit_; }
283 int64_t GetLimit(MemLimit mode) const {
284 if (mode == MemLimit::SOFT) return soft_limit();
285 DCHECK_ENUM_EQ(mode, MemLimit::HARD);

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64