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