Home
last modified time | relevance | path

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

/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/python/cpython3/Include/cpython/
Dinitconfig.h148 int malloc_stats; member
/external/python/cpython3/Python/
Dpylifecycle.c1742 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