Searched refs:MEMINFO_SHMEM (Results 1 – 7 of 7) sorted by relevance
111 long size = mInfos[Debug.MEMINFO_SHMEM] + mInfos[Debug.MEMINFO_SLAB_UNRECLAIMABLE] in getKernelUsedSizeKb()
85 result.shmemKb = (int) mInfos[Debug.MEMINFO_SHMEM]; in getMetrics()
145 meminfo_counters: MEMINFO_SHMEM
387 MEMINFO_SHMEM, enumerator
2002 public static final int MEMINFO_SHMEM = 4; field in Debug
1824 memInfoBuilder.append(stringifyKBSize(infos[Debug.MEMINFO_SHMEM])).append(" shmem, "); in reportMemUsage()
35165 Landroid/os/Debug;->MEMINFO_SHMEM:I