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