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()
3688 rec.reportLowMemory = true; in doLowMemReportIfNeededLocked()11174 proto.write(ProcessToGcProto.REPORT_LOW_MEMORY, r.reportLowMemory); in writeProcessesToGcToProto()11199 pw.print(" lowMem="); pw.print(proc.reportLowMemory); in dumpProcessesToGc()16348 if (app.reportLowMemory) { in performAppGcLocked()16349 app.reportLowMemory = false; in performAppGcLocked()16384 if (proc.getCurRawAdj() > ProcessList.PERCEPTIBLE_APP_ADJ || proc.reportLowMemory) { in performAppGcsLocked()