]> git.eshelyaron.com Git - emacs.git/commit
Clear image caches in reaction to system VM warnings
authorPo Lu <luangruo@yahoo.com>
Fri, 10 Nov 2023 06:57:24 +0000 (14:57 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 10 Nov 2023 06:58:16 +0000 (14:58 +0800)
commit5324723c2bcab7062f393a5057e51733a1715788
tree104b3deb89473a59a2cbdb29f6b63e97fd0f3d7d
parent5dc3c9f4eca2e3c4b4059cc5b52b56c98eb3d961
Clear image caches in reaction to system VM warnings

* java/org/gnu/emacs/EmacsNative.java (onLowMemory):

* java/org/gnu/emacs/EmacsService.java (onLowMemory): New
function.

* src/android.c (android_on_low_memory, onLowMemory): New
functions called when a VM caution is registered.  Clear
the image cache and run garbage collection.
java/org/gnu/emacs/EmacsNative.java
java/org/gnu/emacs/EmacsService.java
src/android.c