Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_stats.cpp107 void FillMallocStatistics(AsanMallocStats *malloc_stats) { in FillMallocStatistics()
Dasan_malloc_linux.cpp242 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument
/external/compiler-rt/lib/asan/
Dasan_stats.cc108 void FillMallocStatistics(AsanMallocStats *malloc_stats) { in FillMallocStatistics()
Dasan_malloc_linux.cc145 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_malloc_linux.cpp222 INTERCEPTOR(void, malloc_stats, void) { __memprof_print_accumulated_stats(); } in INTERCEPTOR() argument
/external/python/cpython3/Include/cpython/
Dinitconfig.h161 int malloc_stats; /* PYTHONMALLOCSTATS */ member
/external/python/cpython3/Python/
Dpylifecycle.c1384 int malloc_stats = tstate->interp->config.malloc_stats; in Py_FinalizeEx() local
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc278 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp277 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument