Home
last modified time | relevance | path

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

/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/u-boot/include/
Dmalloc.h930 void malloc_stats(void);
944 void malloc_stats();
/external/compiler-rt/lib/sanitizer_common/tests/
Dstandalone_malloc_test.cc85 malloc_stats(); in standalone_malloc_test()
/external/dlmalloc/
Dmalloc.h63 #define dlmalloc_stats malloc_stats
Dmalloc.c828 #define dlmalloc_stats malloc_stats
/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
1323 if (malloc_stats) { in Py_FinalizeEx()
/external/python/cpython3/Programs/
D_testembed.c459 config.malloc_stats = 1; in test_init_from_config()
/external/u-boot/common/
Ddlmalloc.c13 void malloc_stats (void);
16 void malloc_stats();
2317 void malloc_stats() in malloc_stats() function
Ddlmalloc.src62 malloc_stats();
255 #include <stdio.h> /* needed for malloc_stats */
276 noticeably. Calling malloc_stats or mallinfo with DEBUG set will
564 information you can get from malloc_stats. It should work on
910 void malloc_stats();
924 void malloc_stats();
3036 /* Utility to update current_mallinfo for malloc_stats and mallinfo() */
3080 malloc_stats:
3093 void malloc_stats()
/external/python/cpython3/Modules/
Dmain.c1940 config->malloc_stats = 1; in config_read_env_vars()
2510 COPY_ATTR(malloc_stats); in _PyCoreConfig_Copy()
2592 SET_ITEM_INT(malloc_stats); in _PyCoreConfig_AsDict()
/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/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c668 #define dlmalloc_stats malloc_stats
/external/libffi/src/
Ddlmalloc.c663 #define dlmalloc_stats malloc_stats
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2247 fun:malloc_stats=uninstrumented
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym498 PUBLIC 7c380 0 malloc_stats