Home
last modified time | relevance | path

Searched refs:kMaxOomScore (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/process/
Dmemory_linux.cc71 if (score < 0 || score > kMaxOomScore) in AdjustOOMScore()
94 int converted_score = score * kMaxOldOomScore / kMaxOomScore; in AdjustOOMScore()
Dmemory.h39 const int kMaxOomScore = 1000; variable