Home
last modified time | relevance | path

Searched defs:malloc_stats (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_stats.cpp107 void FillMallocStatistics(AsanMallocStats *malloc_stats) { in FillMallocStatistics()
H A Dasan_malloc_linux.cpp161 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp147 INTERCEPTOR(void, malloc_stats, void) { __memprof_print_accumulated_stats(); } in INTERCEPTOR() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp110 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument
/openbsd-src/lib/libc/stdlib/
H A Dmalloc.c249 int malloc_stats; /* save callers, dump leak report */ member
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp273 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument