HomeSort by relevance Sort by last modified time
    Searched full:reclaims (Results 1 - 25 of 44) sorted by null

1 2

  /external/selinux/libselinux/utils/
avcstat.c 27 #define HEADERS "lookups hits misses allocations reclaims frees"
34 unsigned long long reclaims; member in struct:avc_cache_stats
177 "hits", "misses", "allocs", "reclaims", "frees");
189 &tmp.reclaims, &tmp.frees);
198 tot.reclaims += tmp.reclaims;
209 tot.allocations, tot.reclaims, tot.frees);
215 rel.reclaims = tot.reclaims - last.reclaims;
    [all...]
  /external/curl/docs/libcurl/
curl_free.3 32 curl_free reclaims memory that has been obtained through a libcurl call. Use
  /external/guava/guava/src/com/google/common/base/
FinalizablePhantomReference.java 24 * after the garbage collector reclaims the referent. This is a simpler alternative to using a
FinalizableSoftReference.java 24 * the garbage collector reclaims the referent. This is a simpler alternative to using a {@link
FinalizableWeakReference.java 24 * the garbage collector reclaims the referent. This is a simpler alternative to using a {@link
  /external/kernel-headers/original/uapi/linux/
resource.h 31 __kernel_long_t ru_minflt; /* page reclaims */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
resource.h 30 long ru_minflt; /* page reclaims */
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspNotifyDxe/
FspNotifyDxe.c 87 When the Boot Manager is about to load and execute a boot option, it reclaims variable
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
resource.h 67 long ru_minflt; /* page reclaims */
  /external/strace/
printrusage.c 88 long ru_minflt; /* page reclaims */
  /device/linaro/bootloader/edk2/CorebootModulePkg/CbSupportDxe/
CbSupportDxe.c 93 When the Boot Manager is about to load and execute a boot option, it reclaims variable
  /device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/FspWrapperNotifyDxe/
FspWrapperNotifyDxe.c 120 When the Boot Manager is about to load and execute a boot option, it reclaims variable
  /external/vboot_reference/utility/
bmpblk_font.c 110 // Reclaims buffer from read_entire_file().
bmpblk_util.c 61 // Reclaims buffer from read_entire_file().
  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.h 116 // Clears audioFrameList and reclaims all memory associated with it.
  /system/extras/systrace_analysis/
analysis.html 74 console.log(" # of direct reclaims: " + numDirectReclaim);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
VariableDxe.c 268 When the Boot Manager is about to load and execute a boot option, it reclaims variable
Variable.h 443 This function reclaims variable storage if free size is below the threshold.
  /external/autotest/client/site_tests/platform_EncryptedStateful/
platform_EncryptedStateful.py 200 # Check that the backing file reclaims space when filesystem contents
  /prebuilts/go/darwin-x86/src/runtime/
extern.go 110 never reclaims any memory.
  /prebuilts/go/linux-x86/src/runtime/
extern.go 110 never reclaims any memory.
  /toolchain/binutils/binutils-2.27/libiberty/
alloca.c 20 As a special case, alloca(0) reclaims storage without
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java     [all...]
ScrollView.java     [all...]
  /external/vixl/src/
invalset-vixl.h 70 // their key. The structure only reclaims memory when safe to do so, if the

Completed in 869 milliseconds

1 2