Home
last modified time | relevance | path

Searched defs:malloc_stats (Results 1 – 6 of 6) 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/
Dpystate.h43 int malloc_stats; /* PYTHONMALLOCSTATS */ member
/external/python/cpython3/Python/
Dpylifecycle.c1156 int malloc_stats = interp->core_config.malloc_stats; in Py_FinalizeEx() local
/external/u-boot/common/
Ddlmalloc.c2317 void malloc_stats() in malloc_stats() function
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc278 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument