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