Home
last modified time | relevance | path

Searched refs:reclaim (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/docs/html/guide/topics/processes/
Dprocess-lifecycle.jd7 the system needs to reclaim its memory for use by other applications.</p>
30 it). So, the system may kill the process at any time to reclaim memory, and in doing so,
90 can kill such processes at any time to reclaim memory for one of the three
/frameworks/base/services/core/java/com/android/server/am/
DEventLogTags.logtags60 # Kill a process to reclaim memory.
/frameworks/av/include/media/stagefright/
DMediaCodec.h186 status_t reclaim(bool force = false);
/frameworks/av/media/libstagefright/
DMediaCodec.cpp76 status_t err = codec->reclaim(); in reclaimResource()
81 err = codec->reclaim(true /* force */); in reclaimResource()
631 status_t MediaCodec::reclaim(bool force) { in reclaim() function in android::MediaCodec
/frameworks/base/docs/html/about/versions/
Dandroid-2.2-highlights.jd179 <p><span class="green">Kernel Memory Management Boost:</span> Improved memory reclaim by up to 20x,
Dandroid-2.3.jd252 the system can delete your file if it needs to reclaim space for system use. For
Dkitkat.jd124 control memory reclaim, and more.
/frameworks/base/docs/html/training/displaying-bitmaps/
Dmanage-memory.jd75 to reclaim memory as soon as possible.</p>
/frameworks/base/docs/html/guide/components/
Dprocesses-and-threads.jd77 eventually needs to remove old processes to reclaim memory for new or more important processes. To
148 impact on the user experience, and the system can kill them at any time to reclaim memory for a
/frameworks/base/docs/html/training/articles/
Dmemory.jd56 <p>In order for the garbage collector to reclaim memory from your app, you need to avoid
269 LRU cache, so you should release all non-critical resources now. If the system cannot reclaim
721 as needed to reclaim memory. You will often see a process hosting a running service here—this is