Searched refs:reclaim (Results 1 – 10 of 10) sorted by relevance
7 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
60 # Kill a process to reclaim memory.
186 status_t reclaim(bool force = false);
76 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
179 <p><span class="green">Kernel Memory Management Boost:</span> Improved memory reclaim by up to 20x,
252 the system can delete your file if it needs to reclaim space for system use. For
124 control memory reclaim, and more.
75 to reclaim memory as soon as possible.</p>
77 eventually needs to remove old processes to reclaim memory for new or more important processes. To148 impact on the user experience, and the system can kill them at any time to reclaim memory for a
56 <p>In order for the garbage collector to reclaim memory from your app, you need to avoid269 LRU cache, so you should release all non-critical resources now. If the system cannot reclaim721 as needed to reclaim memory. You will often see a process hosting a running service here—this is