Searched refs:malloc_stats (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_stats.h | 67 void FillMallocStatistics(AsanMallocStats *malloc_stats);
|
| H A D | asan_malloc_linux.cpp | 158 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_interceptors.cpp | 110 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument 203 INTERCEPT_FUNCTION(malloc_stats); in initialize_interceptors()
|
| H A D | done_abilist.txt | 71 fun:malloc_stats=discard
|
| H A D | libc_ubuntu1404_abilist.txt | 2253 fun:malloc_stats=uninstrumented
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_malloc_linux.cpp | 145 INTERCEPTOR(void, malloc_stats, void) { __memprof_print_accumulated_stats(); } in INTERCEPTOR() argument
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocation_functions.cpp | 189 INTERCEPTOR_ALIAS(void, malloc_stats, void);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 289 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument 292 #define MSAN_MAYBE_INTERCEPT_MALLOC_STATS INTERCEPT_FUNCTION(malloc_stats)
|
| /freebsd/sys/kern/ |
| H A D | kern_malloc.c | 1461 SYSCTL_PROC(_kern, OID_AUTO, malloc_stats,
|
| /freebsd/contrib/jemalloc/ |
| H A D | ChangeLog | 155 - Output rate for certain counters in malloc_stats. (@zinoale)
|