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

Function InitLimits

be/src/kudu/util/process_memory.cc:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void InitLimits() {
185 static GoogleOnceType once;
186 GoogleOnceInit(&once, &DoInitLimits);
187}
188
189} // anonymous namespace
190

Callers 5

HardLimitFunction · 0.85
SoftLimitFunction · 0.85
MemoryPressureThresholdFunction · 0.85
UnderMemoryPressureFunction · 0.85
SoftLimitExceededFunction · 0.85

Calls 1

GoogleOnceInitFunction · 0.85

Tested by

no test coverage detected