Searched refs:kReclaimable (Results 1 – 1 of 1) sorted by relevance
95 long kReclaimable = mInfos[Debug.MEMINFO_KRECLAIMABLE]; in getCachedSizeKb() local100 if (kReclaimable == 0) { in getCachedSizeKb()101 kReclaimable = mInfos[Debug.MEMINFO_SLAB_RECLAIMABLE]; in getCachedSizeKb()103 return mInfos[Debug.MEMINFO_BUFFERS] + kReclaimable in getCachedSizeKb()