Searched refs:malloc_stats (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_stats.cpp | 107 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 D | asan_malloc_mac.cpp | 53 AsanMallocStats malloc_stats; \ 54 FillMallocStatistics(&malloc_stats); \ 56 internal_memcpy(stats, &malloc_stats, sizeof(malloc_statistics_t));
|
| H A D | asan_stats.h | 67 void FillMallocStatistics(AsanMallocStats *malloc_stats);
|
| H A D | asan_malloc_linux.cpp | 226 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_interceptors.cpp | 135 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument 228 INTERCEPT_FUNCTION(malloc_stats); in initialize_interceptors()
|
| H A D | done_abilist.txt | 55 fun:malloc_stats=discard
|
| H A D | libc_ubuntu1404_abilist.txt | 2247 fun:malloc_stats=uninstrumented
|
| /freebsd-13.1/sys/contrib/octeon-sdk/cvmx-malloc/ |
| H A D | malloc.h | 176 extern void malloc_stats __MALLOC_P ((void));
|
| H A D | malloc.c | 486 #define public_mSTATs malloc_stats
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocation_functions.cpp | 170 INTERCEPTOR_ALIAS(void, malloc_stats, void);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_malloc_linux.cpp | 222 INTERCEPTOR(void, malloc_stats, void) { __memprof_print_accumulated_stats(); } in INTERCEPTOR() argument
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 278 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument 281 #define MSAN_MAYBE_INTERCEPT_MALLOC_STATS INTERCEPT_FUNCTION(malloc_stats)
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_malloc.c | 1399 SYSCTL_PROC(_kern, OID_AUTO, malloc_stats,
|
| /freebsd-13.1/contrib/jemalloc/ |
| H A D | ChangeLog | 55 - Output rate for certain counters in malloc_stats. (@zinoale)
|