Searched refs:reportLowMemory (Results 1 – 2 of 2) sorted by relevance
230 boolean reportLowMemory; // Set to true when waiting to report low mem field in ProcessRecord489 pw.print(" reportLowMemory="); pw.println(reportLowMemory); in dump()
3683 rec.reportLowMemory = true; in doLowMemReportIfNeededLocked()11166 proto.write(ProcessToGcProto.REPORT_LOW_MEMORY, r.reportLowMemory); in writeProcessesToGcToProto()11191 pw.print(" lowMem="); pw.print(proc.reportLowMemory); in dumpProcessesToGc()16340 if (app.reportLowMemory) { in performAppGcLocked()16341 app.reportLowMemory = false; in performAppGcLocked()16376 if (proc.getCurRawAdj() > ProcessList.PERCEPTIBLE_APP_ADJ || proc.reportLowMemory) { in performAppGcsLocked()