Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_stats.cc108 void FillMallocStatistics(AsanMallocStats *malloc_stats) { in FillMallocStatistics()
H A Dasan_malloc_linux.cc145 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dallocator_shim_default_dispatch_to_partition_alloc.cc652 SHIM_ALWAYS_EXPORT void malloc_stats(void) __THROW {} in malloc_stats() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dinitconfig.h150 int malloc_stats; member
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dinitconfig.h150 int malloc_stats; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dinitconfig.h150 int malloc_stats; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dinitconfig.h150 int malloc_stats; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dinitconfig.h150 int malloc_stats; member
/aosp_15_r20/external/python/cpython3/Python/
Dpylifecycle.c1791 int malloc_stats = tstate->interp->config.malloc_stats; in Py_FinalizeEx() local
/aosp_15_r20/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc278 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument