Home
last modified time | relevance | path

Searched refs:malloc_stats (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm-project/compiler-rt/lib/asan/
Dasan_stats.cpp107 void FillMallocStatistics(AsanMallocStats *malloc_stats) { in FillMallocStatistics() argument
110 malloc_stats->blocks_in_use = stats.mallocs; in FillMallocStatistics()
111 malloc_stats->size_in_use = stats.malloced; in FillMallocStatistics()
112 malloc_stats->max_size_in_use = max_malloced_memory; in FillMallocStatistics()
113 malloc_stats->size_allocated = stats.mmaped; in FillMallocStatistics()
Dasan_malloc_mac.cpp53 AsanMallocStats malloc_stats; \
54 FillMallocStatistics(&malloc_stats); \
56 internal_memcpy(stats, &malloc_stats, sizeof(malloc_statistics_t));
Dasan_stats.h67 void FillMallocStatistics(AsanMallocStats *malloc_stats);
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() argument
111 malloc_stats->blocks_in_use = stats.mallocs; in FillMallocStatistics()
112 malloc_stats->size_in_use = stats.malloced; in FillMallocStatistics()
113 malloc_stats->max_size_in_use = max_malloced_memory; in FillMallocStatistics()
114 malloc_stats->size_allocated = stats.mmaped; in FillMallocStatistics()
Dasan_malloc_mac.cc50 AsanMallocStats malloc_stats; \
51 FillMallocStatistics(&malloc_stats); \
53 internal_memcpy(stats, &malloc_stats, sizeof(malloc_statistics_t));
Dasan_stats.h68 void FillMallocStatistics(AsanMallocStats *malloc_stats);
Dasan_malloc_linux.cc145 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument
/external/bcc/tests/python/
Dtest_uprobes.py37 libc.malloc_stats.restype = None
38 libc.malloc_stats.argtypes = []
39 libc.malloc_stats()
/external/bcc/tests/lua/
Dtest_uprobes.lua35 ffi.C.malloc_stats()
/external/compiler-rt/lib/sanitizer_common/tests/
Dstandalone_malloc_test.cc85 malloc_stats(); in standalone_malloc_test()
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dstandalone_malloc_test.cpp85 malloc_stats(); in standalone_malloc_test()
/external/python/cpython3/Include/cpython/
Dinitconfig.h161 int malloc_stats; /* PYTHONMALLOCSTATS */ member
/external/dlmalloc/
Dmalloc.h63 #define dlmalloc_stats malloc_stats
Dmalloc.c828 #define dlmalloc_stats malloc_stats
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_malloc_linux.cpp222 INTERCEPTOR(void, malloc_stats, void) { __memprof_print_accumulated_stats(); } in INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_interceptors.cpp203 INTERCEPTOR_ALIAS(void, malloc_stats, void);
/external/python/cpython3/Python/
Dpylifecycle.c1384 int malloc_stats = tstate->interp->config.malloc_stats; in Py_FinalizeEx() local
1501 if (malloc_stats) { in Py_FinalizeEx()
Dinitconfig.c814 COPY_ATTR(malloc_stats); in _PyConfig_Copy()
920 SET_ITEM_INT(malloc_stats); in config_as_dict()
1339 config->malloc_stats = 1; in config_read_env_vars()
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc278 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument
281 #define MSAN_MAYBE_INTERCEPT_MALLOC_STATS INTERCEPT_FUNCTION(malloc_stats)
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp277 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument
280 #define MSAN_MAYBE_INTERCEPT_MALLOC_STATS INTERCEPT_FUNCTION(malloc_stats)
/external/python/cpython3/Programs/
D_testembed.c512 config.malloc_stats = 1; in test_init_from_config()
/external/python/cpython3/Doc/c-api/
Dinit_config.rst558 .. c:member:: int malloc_stats
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c668 #define dlmalloc_stats malloc_stats
/external/libffi/src/
Ddlmalloc.c668 #define dlmalloc_stats malloc_stats

12