Home
last modified time | relevance | path

Searched defs:malloc_stats (Results 1 – 7 of 7) 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/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_shim_default_dispatch_to_partition_alloc.cc734 SHIM_ALWAYS_EXPORT void malloc_stats(void) __THROW {} in malloc_stats() function
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_shim_default_dispatch_to_partition_alloc.cc734 SHIM_ALWAYS_EXPORT void malloc_stats(void) __THROW {} in malloc_stats() function
/external/python/cpython3/Include/cpython/
Dinitconfig.h151 int malloc_stats; member
/external/python/cpython3/Python/
Dpylifecycle.c2022 int malloc_stats = tstate->interp->config.malloc_stats; in _Py_Finalize() local
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc278 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument