OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxOldOomScore
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/linux/suid/
process_util_linux.c
25
static const int
kMaxOldOomScore
= 15;
61
// [0,
kMaxOldOomScore
], so we scale the score. This may result in some
63
score = score *
kMaxOldOomScore
/ kMaxOomScore;
/external/chromium_org/base/process/
memory_linux.cc
171
const int
kMaxOldOomScore
= 15;
173
int converted_score = score *
kMaxOldOomScore
/ kMaxOomScore;
Completed in 206 milliseconds