Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DMemInfoReader.java95 long kReclaimable = mInfos[Debug.MEMINFO_KRECLAIMABLE]; in getCachedSizeKb()
/aosp14/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DSystemMemoryUtil.java37 long kReclaimableKb = mInfos[Debug.MEMINFO_KRECLAIMABLE]; in getMetrics()
/aosp14/frameworks/base/core/java/android/os/
H A DDebug.java1991 public static final int MEMINFO_KRECLAIMABLE = 15; field in Debug