Searched refs:lastLowMemory (Results 1 – 2 of 2) sorted by relevance
106 long lastLowMemory; // When we last told the app that memory is low field in ProcessRecord254 TimeUtils.formatDuration(lastLowMemory, now, pw); in dump()
3030 (rec.lastLowMemory+GC_MIN_INTERVAL) <= now) { in appDiedLocked()3037 rec.lastRequestedGc = rec.lastLowMemory; in appDiedLocked()3040 rec.lastLowMemory = now; in appDiedLocked()4222 app.lastRequestedGc = app.lastLowMemory = SystemClock.uptimeMillis(); in attachApplicationLocked()9493 pw.print(now-proc.lastLowMemory); in dumpProcessesToGc()