Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_KernelAllocationStats.cpp101 std::string oomScoreAdjStr; in KernelAllocationStats_getDmabufAllocations() local
102 if (!ReadFileToString(StringPrintf("/proc/%d/oom_score_adj", pid), &oomScoreAdjStr)) { in KernelAllocationStats_getDmabufAllocations()
108 .oomScoreAdj = atoi(oomScoreAdjStr.c_str())}; in KernelAllocationStats_getDmabufAllocations()