Searched refs:KSM_UNSHARED (Results 1 – 1 of 1) sorted by relevance
12206 private static final int KSM_UNSHARED = 2; field in ActivityManagerService12225 longOut[KSM_UNSHARED] = longTmp[0] * ProcessList.PAGE_SIZE / 1024; in getKsmInfo()12811 if (ksm[KSM_SHARING] != 0 || ksm[KSM_SHARED] != 0 || ksm[KSM_UNSHARED] != 0 in dumpApplicationMemoryUsage()12816 pw.print(" "); pw.print(stringifyKBSize(ksm[KSM_UNSHARED])); in dumpApplicationMemoryUsage()12839 pw.print(ksm[KSM_SHARED]); pw.print(","); pw.print(ksm[KSM_UNSHARED]); in dumpApplicationMemoryUsage()13258 proto.write(MemInfoDumpProto.KSM_UNSHARED_KB, ksm[KSM_UNSHARED]); in dumpApplicationMemoryUsage()13490 if (ksm[KSM_SHARING] != 0 || ksm[KSM_SHARED] != 0 || ksm[KSM_UNSHARED] != 0 in reportMemUsage()13497 memInfoBuilder.append(stringifyKBSize(ksm[KSM_UNSHARED])); in reportMemUsage()