Searched defs:malloc_stats (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_stats.cpp | 107 void FillMallocStatistics(AsanMallocStats *malloc_stats) { in FillMallocStatistics()
|
D | asan_malloc_linux.cpp | 242 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/asan/ |
D | asan_stats.cc | 108 void FillMallocStatistics(AsanMallocStats *malloc_stats) { in FillMallocStatistics()
|
D | asan_malloc_linux.cc | 145 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_malloc_linux.cpp | 222 INTERCEPTOR(void, malloc_stats, void) { __memprof_print_accumulated_stats(); } in INTERCEPTOR() argument
|
/external/python/cpython3/Include/cpython/ |
D | initconfig.h | 161 int malloc_stats; /* PYTHONMALLOCSTATS */ member
|
/external/python/cpython3/Python/ |
D | pylifecycle.c | 1384 int malloc_stats = tstate->interp->config.malloc_stats; in Py_FinalizeEx() local
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 278 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_interceptors.cpp | 277 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument
|