Home
last modified time | relevance | path

Searched refs:malloc_stats (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_stats.cpp107 void FillMallocStatistics(AsanMallocStats *malloc_stats) { in FillMallocStatistics() argument
110 malloc_stats->blocks_in_use = stats.mallocs; in FillMallocStatistics()
111 malloc_stats->size_in_use = stats.malloced; in FillMallocStatistics()
112 malloc_stats->max_size_in_use = max_malloced_memory; in FillMallocStatistics()
113 malloc_stats->size_allocated = stats.mmaped; in FillMallocStatistics()
H A Dasan_malloc_mac.cpp53 AsanMallocStats malloc_stats; \
54 FillMallocStatistics(&malloc_stats); \
56 internal_memcpy(stats, &malloc_stats, sizeof(malloc_statistics_t));
H A Dasan_stats.h67 void FillMallocStatistics(AsanMallocStats *malloc_stats);
H A Dasan_malloc_linux.cpp161 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp110 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument
203 INTERCEPT_FUNCTION(malloc_stats); in initialize_interceptors()
H A Ddone_abilist.txt65 fun:malloc_stats=discard
H A Dlibc_ubuntu1404_abilist.txt2248 fun:malloc_stats=uninstrumented
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dstandalone_malloc_test.cpp85 malloc_stats(); in standalone_malloc_test()
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp147 INTERCEPTOR(void, malloc_stats, void) { __memprof_print_accumulated_stats(); } in INTERCEPTOR() argument
/llvm-project-15.0.7/compiler-rt/test/dfsan/
H A Dinterceptors.c68 malloc_stats(); in test_malloc_stats()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp171 INTERCEPTOR_ALIAS(void, malloc_stats, void);
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp273 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument
276 #define MSAN_MAYBE_INTERCEPT_MALLOC_STATS INTERCEPT_FUNCTION(malloc_stats)