Searched refs:MEMINFO_SLAB (Results 1 – 4 of 4) sorted by relevance
93 return mInfos[Debug.MEMINFO_SHMEM] + mInfos[Debug.MEMINFO_SLAB] in getKernelUsedSizeKb()
1697 public static final int MEMINFO_SLAB = 5; field in Debug
641 MEMINFO_SLAB, enumerator
17693 memInfoBuilder.append(stringifyKBSize(infos[Debug.MEMINFO_SLAB])).append(" slab, ");