Searched refs:malloc_stats (Results 1 - 20 of 20) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_stats.cc121 void FillMallocStatistics(AsanMallocStats *malloc_stats) { argument
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;
H A Dasan_stats.h76 void FillMallocStatistics(AsanMallocStats *malloc_stats);
H A Dasan_malloc_mac.cc296 AsanMallocStats malloc_stats; local
297 FillMallocStatistics(&malloc_stats);
299 internal_memcpy(stats, &malloc_stats, sizeof(malloc_statistics_t));
H A Dasan_malloc_linux.cc146 INTERCEPTOR(void, malloc_stats, void) {
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dlibc_override_redefine.h80 void malloc_stats(void) __THROW { tc_malloc_stats(); }
H A Dlibc_override_gcc_and_weak.h91 void malloc_stats(void) __THROW ALIAS(tc_malloc_stats);
H A Dlibc_override_osx.h201 void malloc_stats(void) { tc_malloc_stats(); } function
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dlibc_override_redefine.h80 void malloc_stats(void) __THROW { tc_malloc_stats(); }
H A Dlibc_override_gcc_and_weak.h84 void malloc_stats(void) __THROW ALIAS(tc_malloc_stats);
H A Dlibc_override_osx.h201 void malloc_stats(void) { tc_malloc_stats(); } function
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dstandalone_malloc_test.cc85 malloc_stats();
/external/eigen/unsupported/test/mpreal/
H A Ddlmalloc.h57 #define dlmalloc_stats malloc_stats
374 malloc_stats();
389 malloc_stats prints only the most commonly interesting statistics.
540 mspace_malloc_stats behaves as malloc_stats, but reports
H A Ddlmalloc.c153 All operations (except malloc_stats and mallinfo) have execution
298 execution noticeably. Calling malloc_stats or mallinfo with DEBUG
770 #define dlmalloc_stats malloc_stats
1078 malloc_stats();
1093 malloc_stats prints only the most commonly interesting statistics.
1251 mspace_malloc_stats behaves as malloc_stats, but reports
1289 #include <stdio.h> /* for printing in malloc_stats */
/external/chromium/base/allocator/
H A Dallocator_shim.cc195 void malloc_stats(void) __THROW {
/external/chromium_org/base/allocator/
H A Dallocator_shim.cc192 void malloc_stats(void) __THROW {
/external/valgrind/main/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c960 /* Valgrind's malloc_stats implementation does nothing. */ \
964 MALLOC_STATS(VG_Z_LIBC_SONAME, malloc_stats);
965 MALLOC_STATS(SO_SYN_MALLOC, malloc_stats);
968 //MALLOC_STATS(VG_Z_LIBC_SONAME, malloc_stats);
/external/chromium_org/third_party/tcmalloc/vendor/
H A DMakefile.am91 -W malloc_stats -W mallopt -W mallinfo \
/external/libffi/src/
H A Ddlmalloc.c151 All operations (except malloc_stats and mallinfo) have execution
273 execution noticeably. Calling malloc_stats or mallinfo with DEBUG
652 #define dlmalloc_stats malloc_stats
972 malloc_stats();
987 malloc_stats prints only the most commonly interesting statistics.
1109 mspace_malloc_stats behaves as malloc_stats, but reports
1147 #include <stdio.h> /* for printing in malloc_stats */
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c187 All operations (except malloc_stats and mallinfo) have execution
309 execution noticeably. Calling malloc_stats or mallinfo with DEBUG
696 #define dlmalloc_stats malloc_stats
1016 malloc_stats();
1031 malloc_stats prints only the most commonly interesting statistics.
1153 mspace_malloc_stats behaves as malloc_stats, but reports
1192 #include <stdio.h> /* for printing in malloc_stats */
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c5654 extern void malloc_stats (void) __attribute__ ((__nothrow__));

Completed in 1227 milliseconds