Searched refs:MEMINFO_MAPPED (Results 1 – 4 of 4) sorted by relevance
86 + mInfos[Debug.MEMINFO_CACHED] - mInfos[Debug.MEMINFO_MAPPED]; in getCachedSizeKb()
1705 public static final int MEMINFO_MAPPED = 9; field in Debug
643 MEMINFO_MAPPED, enumerator
16679 memInfoBuilder.append(stringifyKBSize(infos[Debug.MEMINFO_MAPPED])).append(" mapped, "); in reportMemUsage()