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

1 2 3

  /external/compiler-rt/lib/asan/
asan_stats.cc 112 void FillMallocStatistics(AsanMallocStats *malloc_stats) {
115 malloc_stats->blocks_in_use = stats.mallocs;
116 malloc_stats->size_in_use = stats.malloced;
117 malloc_stats->max_size_in_use = max_malloced_memory;
118 malloc_stats->size_allocated = stats.mmaped;
asan_malloc_mac.cc 296 AsanMallocStats malloc_stats; local
297 FillMallocStatistics(&malloc_stats);
299 internal_memcpy(stats, &malloc_stats, sizeof(malloc_statistics_t));
  /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/compiler-rt/lib/sanitizer_common/tests/
standalone_malloc_test.cc 85 malloc_stats();
  /external/chromium_org/third_party/tcmalloc/chromium/src/
libc_override_gcc_and_weak.h 91 void malloc_stats(void) __THROW ALIAS(tc_malloc_stats);

Completed in 1075 milliseconds

1 2 3