HomeSort by relevance Sort by last modified time
    Searched refs:malloc_stats (Results 1 - 25 of 48) sorted by null

1 2

  /external/compiler-rt/lib/asan/
asan_stats.cc 121 void FillMallocStatistics(AsanMallocStats *malloc_stats) {
124 malloc_stats->blocks_in_use = accumulated_stats.mallocs;
125 malloc_stats->size_in_use = accumulated_stats.malloced;
126 malloc_stats->max_size_in_use = max_malloced_memory;
127 malloc_stats->size_allocated = accumulated_stats.mmaped;
asan_stats.h 76 void FillMallocStatistics(AsanMallocStats *malloc_stats);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
malloc.h 81 malloc_stats();
96 malloc_stats prints only the most commonly interesting statistics.
99 extern void malloc_stats(void);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
malloc.h 81 malloc_stats();
96 malloc_stats prints only the most commonly interesting statistics.
99 extern void malloc_stats(void);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
malloc.h 81 malloc_stats();
96 malloc_stats prints only the most commonly interesting statistics.
99 extern void malloc_stats(void);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
malloc.h 81 malloc_stats();
96 malloc_stats prints only the most commonly interesting statistics.
99 extern void malloc_stats(void);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
malloc.h 81 malloc_stats();
96 malloc_stats prints only the most commonly interesting statistics.
99 extern void malloc_stats(void);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
malloc.h 81 malloc_stats();
96 malloc_stats prints only the most commonly interesting statistics.
99 extern void malloc_stats(void);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
malloc.h 81 malloc_stats();
96 malloc_stats prints only the most commonly interesting statistics.
99 extern void malloc_stats(void);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
malloc.h 81 malloc_stats();
96 malloc_stats prints only the most commonly interesting statistics.
99 extern void malloc_stats(void);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
malloc.h 81 malloc_stats();
96 malloc_stats prints only the most commonly interesting statistics.
99 extern void malloc_stats(void);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
malloc.h 81 malloc_stats();
96 malloc_stats prints only the most commonly interesting statistics.
99 extern void malloc_stats(void);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
malloc.h 81 malloc_stats();
96 malloc_stats prints only the most commonly interesting statistics.
99 extern void malloc_stats(void);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
malloc.h 81 malloc_stats();
96 malloc_stats prints only the most commonly interesting statistics.
99 extern void malloc_stats(void);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
malloc.h 81 malloc_stats();
96 malloc_stats prints only the most commonly interesting statistics.
99 extern void malloc_stats(void);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
malloc.h 81 malloc_stats();
96 malloc_stats prints only the most commonly interesting statistics.
99 extern void malloc_stats(void);
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
malloc.h 81 malloc_stats();
96 malloc_stats prints only the most commonly interesting statistics.
99 extern void malloc_stats(void);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
malloc.h 81 malloc_stats();
96 malloc_stats prints only the most commonly interesting statistics.
99 extern void malloc_stats(void);
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
malloc.h 81 malloc_stats();
96 malloc_stats prints only the most commonly interesting statistics.
99 extern void malloc_stats(void);
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
malloc.h 81 malloc_stats();
96 malloc_stats prints only the most commonly interesting statistics.
99 extern void malloc_stats(void);
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
malloc.h 81 malloc_stats();
96 malloc_stats prints only the most commonly interesting statistics.
99 extern void malloc_stats(void);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
malloc.h 81 malloc_stats();
96 malloc_stats prints only the most commonly interesting statistics.
99 extern void malloc_stats(void);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
malloc.h 81 malloc_stats();
96 malloc_stats prints only the most commonly interesting statistics.
99 extern void malloc_stats(void);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
libc_override_redefine.h 80 void malloc_stats(void) __THROW { tc_malloc_stats(); }
  /external/chromium_org/third_party/tcmalloc/vendor/src/
libc_override_gcc_and_weak.h 84 void malloc_stats(void) __THROW ALIAS(tc_malloc_stats);

Completed in 1680 milliseconds

1 2