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