Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DSystemMemoryUtil.java51 + mInfos[Debug.MEMINFO_SLAB_UNRECLAIMABLE] in getMetrics()
81 result.unreclaimableSlabKb = (int) mInfos[Debug.MEMINFO_SLAB_UNRECLAIMABLE]; in getMetrics()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DMemInfoReader.java111 long size = mInfos[Debug.MEMINFO_SHMEM] + mInfos[Debug.MEMINFO_SLAB_UNRECLAIMABLE] in getKernelUsedSizeKb()
/aosp12/system/memory/libmeminfo/
H A Dlibmeminfo_benchmark.cpp50 MEMINFO_SLAB_UNRECLAIMABLE, enumerator
H A Dlibmeminfo_test.cpp789 MEMINFO_SLAB_UNRECLAIMABLE, enumerator
872 EXPECT_EQ(mem[MEMINFO_SLAB_UNRECLAIMABLE], 42032); in TEST()
/aosp12/frameworks/base/core/java/android/os/
H A DDebug.java1929 public static final int MEMINFO_SLAB_UNRECLAIMABLE = 7; field in Debug
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp578 MEMINFO_SLAB_UNRECLAIMABLE, enumerator
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt39134 Landroid/os/Debug;->MEMINFO_SLAB_UNRECLAIMABLE:I