Searched refs:kReclaimable (Results 1 – 1 of 1) sorted by relevance
94 long kReclaimable = mInfos[Debug.MEMINFO_KRECLAIMABLE]; in getCachedSizeKb() local99 if (kReclaimable == 0) { in getCachedSizeKb()100 kReclaimable = mInfos[Debug.MEMINFO_SLAB_RECLAIMABLE]; in getCachedSizeKb()102 return mInfos[Debug.MEMINFO_BUFFERS] + kReclaimable in getCachedSizeKb()