Searched refs:KSM_UNSHARED (Results 1 – 1 of 1) sorted by relevance
13087 private static final int KSM_UNSHARED = 2; field in ActivityManagerService13106 longOut[KSM_UNSHARED] = longTmp[0] * ProcessList.PAGE_SIZE / 1024; in getKsmInfo()13789 if (ksm[KSM_SHARING] != 0 || ksm[KSM_SHARED] != 0 || ksm[KSM_UNSHARED] != 0 in dumpApplicationMemoryUsage()13794 pw.print(" "); pw.print(stringifyKBSize(ksm[KSM_UNSHARED])); in dumpApplicationMemoryUsage()13817 pw.print(ksm[KSM_SHARED]); pw.print(","); pw.print(ksm[KSM_UNSHARED]); in dumpApplicationMemoryUsage()14305 proto.write(MemInfoDumpProto.KSM_UNSHARED_KB, ksm[KSM_UNSHARED]); in dumpApplicationMemoryUsage()14537 if (ksm[KSM_SHARING] != 0 || ksm[KSM_SHARED] != 0 || ksm[KSM_UNSHARED] != 0 in reportMemUsage()14544 memInfoBuilder.append(stringifyKBSize(ksm[KSM_UNSHARED])); in reportMemUsage()