Searched defs:KSM_VOLATILE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java15723 private static final int KSM_VOLATILE = 3; field in class:ActivityManagerService
15745 longOut[KSM_VOLATILE] = longTmp[0] * ProcessList.PAGE_SIZE / 1024;
16242 || ksm[KSM_VOLATILE] != 0) {
16249 ksm[KSM_VOLATILE])); pw.println(" volatile");
16270 pw.print(","); pw.println(ksm[KSM_VOLATILE]);
16496 || ksm[KSM_VOLATILE] != 0) {
16504 memInfoBuilder.append(stringifyKBSize(ksm[KSM_VOLATILE]));

Completed in 63 milliseconds